| Plane3 Constructor (PlaneOrientation, Boolean, Single) |
Initializes a new instance of the
Plane3 structure according to an axis orientation and with an offset from the world origin.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public Plane3(
PlaneOrientation orientation,
bool inverted,
float offset
)
public:
Plane3(
PlaneOrientation orientation,
bool inverted,
float offset
)
Parameters
- orientation
- Type: Lumiscaphe.Workshop.InteropPlaneOrientation
The plane orientation. - inverted
- Type: SystemBoolean
if set to true the plane is inverted, an X orientation became -X. - offset
- Type: SystemSingle
The offset from the world origin.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also