| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ Selections | GetAdditionalComponents
()
Get method for attribute "AdditionalComponents" Sequence of additional components to include in the output model. |
| 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 | SetAdditionalComponents
(
/*optional*/
Selections value)
Set method for attribute "AdditionalComponents" Sequence of additional components to include in the output model. |
| 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). |
| GetAdditionalComponents/SetAdditionalComponents |
|---|
| /*optional*/ Selections | GetAdditionalComponents | () |
| void | SetAdditionalComponents | ( /*optional*/ Selections value) |
Sequence of additional components to include in the output model.
|