TopologyLineSegmentDescriptor

Interface TopologyLineSegmentDescriptor

Describes a topological Line segment.

interface TopologyLineSegmentDescriptor {
    direction: [number, number, number];
    end: [number, number, number];
    length: number;
    start: [number, number, number];
}

Properties

direction: [number, number, number]

The direction of the Line segment.

end: [number, number, number]

The end point of the Line segment.

length: number

The length of the Line segment.

start: [number, number, number]

The start point of the Line segment.


Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: