| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Point3D | GetCriticalPoint1
()
Get method for attribute "CriticalPoint1" The first 3d point where the critical distance is calculated. |
| Point3D | GetCriticalPoint2
()
Get method for attribute "CriticalPoint2" The second 3d point where the critical distance is calculated. |
| double | GetDistance
()
Get method for attribute "Distance" The local minimum distance between two selected objects. |
| UVParams | GetSurfParam1
()
Get method for attribute "SurfParam1" The first surface UV-parameter where the distance is calculated. |
| UVParams | GetSurfParam2
()
Get method for attribute "SurfParam2" The second surface UV-parameter where the distance is calculated. |
| void | SetCriticalPoint1
(Point3D value)
Set method for attribute "CriticalPoint1" The first 3d point where the critical distance is calculated. |
| void | SetCriticalPoint2
(Point3D value)
Set method for attribute "CriticalPoint2" The second 3d point where the critical distance is calculated. |
| void | SetDistance
(double value)
Set method for attribute "Distance" The local minimum distance between two selected objects. |
| void | SetSurfParam1
(UVParams value)
Set method for attribute "SurfParam1" The first surface UV-parameter where the distance is calculated. |
| void | SetSurfParam2
(UVParams value)
Set method for attribute "SurfParam2" The second surface UV-parameter where the distance is calculated. |
| Method Detail |
|---|
| GetDistance/SetDistance |
|---|
| double | GetDistance | () |
| void | SetDistance | (double value) |
| The local minimum distance between two selected objects. |
| GetSurfParam1/SetSurfParam1 |
|---|
| UVParams | GetSurfParam1 | () |
| void | SetSurfParam1 | (UVParams value) |
| The first surface UV-parameter where the distance is calculated. |
| GetSurfParam2/SetSurfParam2 |
|---|
| UVParams | GetSurfParam2 | () |
| void | SetSurfParam2 | (UVParams value) |
| The second surface UV-parameter where the distance is calculated. |
| GetCriticalPoint1/SetCriticalPoint1 |
|---|
| Point3D | GetCriticalPoint1 | () |
| void | SetCriticalPoint1 | (Point3D value) |
| The first 3d point where the critical distance is calculated. |
| GetCriticalPoint2/SetCriticalPoint2 |
|---|
| Point3D | GetCriticalPoint2 | () |
| void | SetCriticalPoint2 | (Point3D value) |
| The second 3d point where the critical distance is calculated. |