MeshGetOutlines Method (Plane) |
Constructs the outlines of a mesh projected against a plane.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Polyline[] GetOutlines(
Plane plane
)
Public Function GetOutlines (
plane As Plane
) As Polyline()
Parameters
- plane
- Type: Rhino.GeometryPlane
A plane to project against.
Return Value
Type:
PolylineAn array of polylines, or null on error.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also