| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ Boolean | GetAssignMassProperties
()
Get method for attribute "AssignMassProperties" true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise. |
| /*optional*/ Boolean | GetAutoHoleFilling
()
Get method for attribute "AutoHoleFilling" true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise. |
| /*optional*/ Selections | GetDatumReferences
()
Get method for attribute "DatumReferences" Sequence of datum references used in the shrinkwrap export. |
| /*optional*/ Boolean | GetIgnoreQuilts
()
Get method for attribute "IgnoreQuilts" true or null to ignore quilts, false otherwise. |
| /*optional*/ Boolean | GetIgnoreSkeleton
()
Get method for attribute "IgnoreSkeleton" true or null to ignore the contents of the skeleton model (if present), false otherwise. |
| /*optional*/ Boolean | GetIgnoreSmallSurfaces
()
Get method for attribute "IgnoreSmallSurfaces" true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise. |
| ShrinkwrapMethod | GetMethod
()
Get method for attribute "Method" Indicates the method used to perform the shrinkwrap export. |
| /*optional*/ Integer | GetQuality
()
Get method for attribute "Quality" The export quality. 1 produces the coarsest representation surfaces, while 10 produces the finest. If null, a quality of 1 will be used. |
| /*optional*/ Double | GetSmallSurfPercentage
()
Get method for attribute "SmallSurfPercentage" Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true. |
| void | SetAssignMassProperties
(
/*optional*/
Boolean value)
Set method for attribute "AssignMassProperties" true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise. |
| void | SetAutoHoleFilling
(
/*optional*/
Boolean value)
Set method for attribute "AutoHoleFilling" true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise. |
| void | SetDatumReferences
(
/*optional*/
Selections value)
Set method for attribute "DatumReferences" Sequence of datum references used in the shrinkwrap export. |
| void | SetIgnoreQuilts
(
/*optional*/
Boolean value)
Set method for attribute "IgnoreQuilts" true or null to ignore quilts, false otherwise. |
| void | SetIgnoreSkeleton
(
/*optional*/
Boolean value)
Set method for attribute "IgnoreSkeleton" true or null to ignore the contents of the skeleton model (if present), false otherwise. |
| void | SetIgnoreSmallSurfaces
(
/*optional*/
Boolean value)
Set method for attribute "IgnoreSmallSurfaces" true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise. |
| void | SetQuality
(
/*optional*/
Integer value)
Set method for attribute "Quality" The export quality. 1 produces the coarsest representation surfaces, while 10 produces the finest. If null, a quality of 1 will be used. |
| void | SetSmallSurfPercentage
(
/*optional*/
Double value)
Set method for attribute "SmallSurfPercentage" Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true. |
| Method Detail |
|---|
| GetMethod |
|---|
| ShrinkwrapMethod | GetMethod | () |
Indicates the method used to perform the shrinkwrap export.
|
| GetQuality/SetQuality |
|---|
| /*optional*/ Integer | GetQuality | () |
| void | SetQuality | ( /*optional*/ Integer value) |
The export quality. 1 produces the coarsest representation surfaces, while 10 produces the finest. If null, a quality of 1 will be used.
|
| GetAutoHoleFilling/SetAutoHoleFilling |
|---|
| /*optional*/ Boolean | GetAutoHoleFilling | () |
| void | SetAutoHoleFilling | ( /*optional*/ Boolean value) |
true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise.
|
| GetIgnoreSkeleton/SetIgnoreSkeleton |
|---|
| /*optional*/ Boolean | GetIgnoreSkeleton | () |
| void | SetIgnoreSkeleton | ( /*optional*/ Boolean value) |
true or null to ignore the contents of the skeleton model (if present), false otherwise.
|
| GetIgnoreQuilts/SetIgnoreQuilts |
|---|
| /*optional*/ Boolean | GetIgnoreQuilts | () |
| void | SetIgnoreQuilts | ( /*optional*/ Boolean value) |
true or null to ignore quilts, false otherwise.
|
| GetIgnoreSmallSurfaces/SetIgnoreSmallSurfaces |
|---|
| /*optional*/ Boolean | GetIgnoreSmallSurfaces | () |
| void | SetIgnoreSmallSurfaces | ( /*optional*/ Boolean value) |
true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise.
|
| GetAssignMassProperties/SetAssignMassProperties |
|---|
| /*optional*/ Boolean | GetAssignMassProperties | () |
| void | SetAssignMassProperties | ( /*optional*/ Boolean value) |
true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise.
|
| GetSmallSurfPercentage/SetSmallSurfPercentage |
|---|
| /*optional*/ Double | GetSmallSurfPercentage | () |
| void | SetSmallSurfPercentage | ( /*optional*/ Double value) |
Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true.
|
| GetDatumReferences/SetDatumReferences |
|---|
| /*optional*/ Selections | GetDatumReferences | () |
| void | SetDatumReferences | ( /*optional*/ Selections value) |
Sequence of datum references used in the shrinkwrap export.
|