| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | GetLightweight
()
Get method for attribute "Lightweight" true if the output part should be lightweight, null or false otherwise. |
| Model | GetOutputModel
()
Get method for attribute "OutputModel" The solid model handle where the geometry will be created. You can create an empty part through BaseSession.CreatePart(String) or copy a template model using Model.Copy(String, /*optional*/ CopyInstructions). |
| void | SetLightweight
(boolean value)
Set method for attribute "Lightweight" true if the output part should be lightweight, null or false otherwise. |
| void | SetOutputModel
(Model value)
Set method for attribute "OutputModel" The solid model handle where the geometry will be created. You can create an empty part through BaseSession.CreatePart(String) or copy a template model using Model.Copy(String, /*optional*/ CopyInstructions). |
| Methods Inherited from Interface com.ptc.pfc.pfcShrinkwrap.ShrinkwrapFacetedFormatInstructions |
|---|
| GetFormat, GetFramesFile, SetFramesFile |
| Method Detail |
|---|
| GetOutputModel/SetOutputModel |
|---|
| Model | GetOutputModel | () |
| void | SetOutputModel | (Model value) |
| The solid model handle where the geometry will be created. You can create an empty part through BaseSession.CreatePart(String) or copy a template model using Model.Copy(String, /*optional*/ CopyInstructions). |
| GetLightweight/SetLightweight |
|---|
| boolean | GetLightweight | () |
| void | SetLightweight | (boolean value) |
true if the output part should be lightweight, null or false otherwise.
|