Constructs a specific circle.
Public Sub New(
center As Point3d,
normal As Vector3d,
radius As double
)
public Circle(
Point3d center,
Vector3d normal,
double radius
);
| Parameters | Description |
|---|---|
| Point3d center | Input center location |
| Vector3d normal | Input normal vector |
| double radius | Input radius length |