GeometryCircle(Point3d, Double, Vector3d) Method

Introduces a circle to the vectorization context.

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public abstract bool Circle(
        Point3d center,
        double radius,
        Vector3d normal
)

Parameters

center  Point3d
[in] Center point.
radius  Double
[in] Radius.
normal  Vector3d
[in] Normal to the plane on which the circle lies.

Return Value

Boolean
true. This method also throws a corresponding exception if it fails.
See Also

©  Bricsys NV. All rights reserved.