TransformCreateReflection Method |
Creates a transform that represents a reflection across the given plane.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static Transform CreateReflection(
Plane plane
)
Public Shared Function CreateReflection (
plane As Plane
) As Transform
public:
static Transform^ CreateReflection(
Plane^ plane
)
static member CreateReflection :
plane : Plane -> Transform
Parameters
- plane Plane
-
The plane.
Return Value
Transform
The new transform.
Exceptions
See Also