BoundingBoxGetEdges Method |
Gets an array of the 12 edges of this box.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax Public Function GetEdges As Line()
Return Value
Type:
LineIf the bounding box IsValid, the 12 edges; otherwise, null.
See Also