TopologyCurveDescriptor

Interface TopologyCurveDescriptor

Describes a topological curve entity.

interface TopologyCurveDescriptor {
    end: Vector3;
    length: number;
    start: Vector3;
}
Index

Properties

Properties

end: Vector3

The end point of the curve.

length: number

The length of the curve.

start: Vector3

The start point of the curve.




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