Transform Property


Bounding Box XYZ Transform Property

The transform from the coordinate space of the box to the model coordinate space.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Transform Transform { get; set; }

Property Value

Transform
Remarks
The transform must always be right-handed and orthonormal.
See Also