TopologyLineSegmentDescriptor

Interface TopologyLineSegmentDescriptor

Describes a topological line segment entity.

interface TopologyLineSegmentDescriptor {
    direction: Vector3;
    end: Vector3;
    length: number;
    start: Vector3;
}
Index

Properties

direction: Vector3

The direction of the line segment.

end: Vector3

The end point of the line segment.

length: number

The length of the line segment.

start: Vector3

The start point of the line segment.




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