| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetDistance
()
Get method for attribute "Distance" The value of the computed clearance. |
| boolean | GetIsInterfering
()
Get method for attribute "IsInterfering" The bool flag that indicates if the interference is detected (true) or not (false). |
| Point3Ds | GetNearestPoints
()
Get method for attribute "NearestPoints" The closest points (in respective part's coord sys). |
| void | SetDistance
(double value)
Set method for attribute "Distance" The value of the computed clearance. |
| void | SetIsInterfering
(boolean value)
Set method for attribute "IsInterfering" The bool flag that indicates if the interference is detected (true) or not (false). |
| void | SetNearestPoints
(Point3Ds value)
Set method for attribute "NearestPoints" The closest points (in respective part's coord sys). |
| Method Detail |
|---|
| GetDistance/SetDistance |
|---|
| double | GetDistance | () |
| void | SetDistance | (double value) |
| The value of the computed clearance. |
| GetIsInterfering/SetIsInterfering |
|---|
| boolean | GetIsInterfering | () |
| void | SetIsInterfering | (boolean value) |
| The bool flag that indicates if the interference is detected (true) or not (false). |
| GetNearestPoints/SetNearestPoints |
|---|
| Point3Ds | GetNearestPoints | () |
| void | SetNearestPoints | (Point3Ds value) |
| The closest points (in respective part's coord sys). |