| Method | Description |
|---|---|
PolylineVertex3d.PolylineVertex3d () | Default constructor. Initializes the position to (0,0,0) and the vertex type to SimpleVertex. |
PolylineVertex3d.PolylineVertex3d (Point3d) | Constructs an PolylineVertex3d that uses position as the position point. The vertex type is initialized to SimpleVertex. |