| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | GetAbsolute
()
Get method for attribute "Absolute" To compare absolute size of the model and false to compare relative size (0.0 - 1.0) with respect to the assembly |
| boolean | GetGreaterThan
()
Get method for attribute "GreaterThan" Set to true to collect models that are larger than the specified size, and false to collect the smaller ones. |
| boolean | GetIncludeDatums
()
Get method for attribute "IncludeDatums" If true use bounding box, if false use regeneration outline. |
| double | GetValue
()
Get method for attribute "Value" Size to compare against. |
| void | SetAbsolute
(boolean value)
Set method for attribute "Absolute" To compare absolute size of the model and false to compare relative size (0.0 - 1.0) with respect to the assembly |
| void | SetGreaterThan
(boolean value)
Set method for attribute "GreaterThan" Set to true to collect models that are larger than the specified size, and false to collect the smaller ones. |
| void | SetIncludeDatums
(boolean value)
Set method for attribute "IncludeDatums" If true use bounding box, if false use regeneration outline. |
| void | SetValue
(double value)
Set method for attribute "Value" Size to compare against. |
| Methods Inherited from Interface com.ptc.wfc.wfcAssembly.AssemblyRule |
|---|
| GetRuleType |
| Method Detail |
|---|
| GetAbsolute/SetAbsolute |
|---|
| boolean | GetAbsolute | () |
| void | SetAbsolute | (boolean value) |
To compare absolute size of the model
and false to compare relative size (0.0 - 1.0)
with respect to the assembly
|
| GetGreaterThan/SetGreaterThan |
|---|
| boolean | GetGreaterThan | () |
| void | SetGreaterThan | (boolean value) |
Set to true to collect models that are larger
than the specified size, and false to collect the smaller
ones.
|
| GetIncludeDatums/SetIncludeDatums |
|---|
| boolean | GetIncludeDatums | () |
| void | SetIncludeDatums | (boolean value) |
If true use bounding box, if false use regeneration outline.
|
| GetValue/SetValue |
|---|
| double | GetValue | () |
| void | SetValue | (double value) |
| Size to compare against. Valid range is 0.0 to 1.0 if 'Absolute' attribute is set to false.
|