Entity3dRotateBy Method

Rotates this entity by the specified angle about the axis defined by the point and the vector.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void RotateBy(
        double angle,
        Vector3d vector,
        Point3d point
)

Parameters

angle  Double
[in] Rotation angle.
vector  Vector3d
[in] Vector about which the entitiy is rotated.
point  Point3d
[in] Basepoint.
See Also

©  Bricsys NV. All rights reserved.