Transforms this mesh and returns the result.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Mesh this[
Transform transform
] { get; }Parameters
- transform Transform
- The transformation used to transform the profile.
Return Value
MeshThe transformed mesh.
Exceptions
See Also
Reference