Revit 2026 API
Spatial |
Constructs a new calculator with default options for the geometry of spatial elements.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public SpatialElementGeometryCalculator( Document aDoc )
Public Sub New ( aDoc As Document )
public: SpatialElementGeometryCalculator( Document^ aDoc )
new : aDoc : Document -> SpatialElementGeometryCalculator
Parameters
- aDoc Document
- The document that contains the spatial elements.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also