TopologyCircleDescriptor

Interface TopologyCircleDescriptor

Describes a topological circle entity.

interface TopologyCircleDescriptor {
    axis: Vector3;
    center: Vector3;
    circumference: number;
    radius: number;
}
Index

Properties

axis: Vector3

The axis of the circle.

center: Vector3

The center point of the circle.

circumference: number

The circumference of the circle.

radius: number

The radius of the circle.




Was this page helpful? Please leave a thumbs up or down.