| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Vector3D | GetCenter
()
Get method for attribute "Center" Center point from which to measure the distance (in the coordinates of the top assembly). |
| double | GetDistance
()
Get method for attribute "Distance" Distance value to compare against. |
| boolean | GetIncludeDatums
()
Get method for attribute "IncludeDatums" If true use bounding box, if false use regeneration outline. |
| void | SetCenter
(Vector3D value)
Set method for attribute "Center" Center point from which to measure the distance (in the coordinates of the top assembly). |
| void | SetDistance
(double value)
Set method for attribute "Distance" Distance value to compare against. |
| void | SetIncludeDatums
(boolean value)
Set method for attribute "IncludeDatums" If true use bounding box, if false use regeneration outline. |
| Methods Inherited from Interface com.ptc.wfc.wfcAssembly.AssemblyRule |
|---|
| GetRuleType |
| Method Detail |
|---|
| GetCenter/SetCenter |
|---|
| Vector3D | GetCenter | () |
| void | SetCenter | (Vector3D value) |
Center point from which to measure the distance (in the coordinates of the top
assembly).
|
| GetDistance/SetDistance |
|---|
| double | GetDistance | () |
| void | SetDistance | (double value) |
| GetIncludeDatums/SetIncludeDatums |
|---|
| boolean | GetIncludeDatums | () |
| void | SetIncludeDatums | (boolean value) |
If true use bounding box, if false use regeneration outline.
|