MeshGetOutlines Method (RhinoViewport) |
Constructs the outlines of a mesh. The projection information in the
viewport is used to determine how the outlines are projected.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Polyline[] GetOutlines(
RhinoViewport viewport
)
Public Function GetOutlines (
viewport As RhinoViewport
) As Polyline()
Parameters
- viewport
- Type: Rhino.DisplayRhinoViewport
A viewport to determine projection direction.
Return Value
Type:
PolylineAn array of polylines, or null on error.
See Also