Hide menu
ModelData_Edge

Table of Contents

Defines an edge.

Extends

Members

curve: ModelData_Curve | null readonly

Edge 3D curve.


endVertex: ModelData_Vertex | null readonly

End vertex.


startVertex: ModelData_Vertex readonly

Start vertex.

Methods

create(theCurve, theStartVertex, theEndVertex)ModelData_Edgestatic

Creates an instance of ModelData_Edge from the curve and vertexes.

Parameters:

Param Type Description
theCurve ModelData_Curve
theStartVertex ModelData_Vertex
theEndVertex ModelData_Vertex