| PlanePosition Enumeration |
The PlanePosition enumeration defines the relative position of a point to the plane.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public enum PlanePosition
public enum class PlanePosition
Members
| Member name | Value | Description |
---|
| Back | 0 |
The point is in the back of the plane.
|
| Front | 1 |
The point is in the front of the plane.
|
| Cross | 2 |
The point is on the plane.
|
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also