Helper class to create polyline. More...
Inherits QObject.
Static Public Member Functions | |
| static GO2SPolyline | FromEdge (GO2SReference ref, Number amin) |
| static GO2SPolyline | FromEdges (Array< GO2SReference > refs) |
| static GO2SPolyline | FromPoints (Array< GO2SXYZ > pts, Boolean reorder, Number close) |
| See GO2SPolyline.SetFromPoints. | |
Helper class to create polyline.
|
static |
Create a polyline from a mesh edge, chaining edges with a tangency criterion
| [in] | ref | a reference to the mesh edge |
| [in] | amin | the minimum angle with which to choose the next edge |
|
static |
Create a polyline from several mesh edges, using a path-finding algorithm to create and eventually extend a line going through the edges
| [in] | refs | references to the mesh edges |