Rectangle3d.Height Property

Rectangle3dHeight Property

Gets the signed height of the rectangle. If the Y dimension is decreasing, the height will be negative.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public double Height { get; }
Public ReadOnly Property Height As Double
	Get

Property Value

Type: Double
See Also