Revit 2026 API
MeshTransformed Property |
Transforms this mesh and returns the result.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Mesh this[ Transform transform ] { get; }
Public ReadOnly Property Transformed ( transform As Transform ) As Mesh Get
public: property Mesh^ Transformed[Transform^ transform] { Mesh^ get (Transform^ transform); }
member Transformed : Mesh with get
Parameters
- transform Transform
- The transformation used to transform the profile.
Return Value
MeshThe transformed mesh.
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the handle of the specified transformation is . |
See Also