The position of the edge in the shape, counting from 0 in the order shapes.edge.getEdges
uses.
A point halfway along the edge's parameter range.
The points that trace the edge, in order, close enough to draw it as a polyline.
OptionallengthThe length of the edge in model units; present only with computeMetadata.
OptionalcenterThe center of mass of the edge; present only with computeMetadata.
OptionalcurveThe kind of curve the edge follows, such as Line, Circle or BSplineCurve; present only
with computeMetadata.
OptionaldegeneratedTrue when the edge has no 3D curve, such as the seam at the pole of a sphere; present only
with computeMetadata.
OptionalincidentThe indexes of the faces this edge belongs to; present only with computeMetadata.
OptionaledgeThe edge's stable id in the shape's graph, or -1 when unavailable; present only with
computeMetadata.
One edge inside a
DecomposedMeshDto: the points that trace it for drawing, plus optional facts about the edge whencomputeMetadatawas set.