Plane Constructor (PlaneF) |
Constructs a plane with the specified
PlaneF object.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public Plane(
PlaneF source
)
Parameters
- source
- Type: NeoAxisPlaneF
A specified plane.
See Also