| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ Selections | GetAdditionalSurfaces
()
Get method for attribute "AdditionalSurfaces" Additional surfaces to include in the export. |
| Model | GetOutputModel
()
Get method for attribute "OutputModel" The output model where geometry will be created. Use BaseSession.CreatePart(String) to obtain an empty part, or copy a template with Model.Copy(String, /*optional*/ CopyInstructions). |
| void | SetAdditionalSurfaces
(
/*optional*/
Selections value)
Set method for attribute "AdditionalSurfaces" Additional surfaces to include in the export. |
| void | SetOutputModel
(Model value)
Set method for attribute "OutputModel" The output model where geometry will be created. Use BaseSession.CreatePart(String) to obtain an empty part, or copy a template with Model.Copy(String, /*optional*/ CopyInstructions). |
| Method Detail |
|---|
| GetOutputModel/SetOutputModel |
|---|
| Model | GetOutputModel | () |
| void | SetOutputModel | (Model value) |
The output model where geometry will be created. Use BaseSession.CreatePart(String) to obtain an empty part, or copy a template with Model.Copy(String, /*optional*/ CopyInstructions).
|
| GetAdditionalSurfaces/SetAdditionalSurfaces |
|---|
| /*optional*/ Selections | GetAdditionalSurfaces | () |
| void | SetAdditionalSurfaces | ( /*optional*/ Selections value) |
Additional surfaces to include in the export.
|