Share

Mesh.Transformed Property

Transforms this mesh and returns the result.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public Mesh this[
	Transform transform
] { get; }

Parameters

transform  Transform
The transformation used to transform the profile.

Return Value

Mesh
The transformed mesh.

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the handle of the specified transformation is null.

See Also

Reference

Was this information helpful?