Plane Constructor (Plane) |
Copy constructor.
This is nothing special and performs the same as assigning to another variable.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Plane(
Plane other
)
Public Sub New (
other As Plane
)
Parameters
- other
- Type: Rhino.GeometryPlane
The source plane value.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also