Triangle3d.BoundingBox Property

Triangle3dBoundingBox Property

Gets the bounding box of this triangle.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public BoundingBox BoundingBox { get; }
Public ReadOnly Property BoundingBox As BoundingBox
	Get

Property Value

Type: BoundingBox
See Also