Click or drag to resize

Rectangle3dToPolyline Method

Constructs a polyline from this rectangle.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Polyline ToPolyline()

Return Value

Type: Polyline
A polyline with the same shape as this rectangle.
See Also