Creates a transform that represents a rotation about the given axis at the specified point.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2014
Syntax
C# |
---|
public static Transform CreateRotationAtPoint(
XYZ axis,
double angle,
XYZ origin
) |
Visual Basic |
---|
Public Shared Function CreateRotationAtPoint ( _
axis As XYZ, _
angle As Double, _
origin As XYZ _
) As Transform |
Visual C++ |
---|
public:
static Transform^ CreateRotationAtPoint(
XYZ^ axis,
double angle,
XYZ^ origin
) |
Return Value
The new transform.
Exceptions
See Also