- Source
Methods
BSplineCurve(parameters) → {Edge}
Creates a BSpline curve passing through a set of points.
Name | Type | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the BSpline curve. Properties
|
An Edge
object representing the constructed BSpline
curve.
- Type:
- Edge
BezierCurve(parameters) → {Edge}
Creates a Bezier curve from the given control points.
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the Bezier curve. Properties
|
An Edge
object representing the constructed Bezier curve.
- Type:
- Edge
Line(parameters) → {Edge}
Creates a line based on the start and end points.
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the line. Properties
|
- Source
An Edge
object representing the constructed line.
- Type:
- Edge
Polyline(parameters) → {Wire}
Creates a polyline that connects all points into a single object.
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the polyline. Properties
|
- Source
An Wire
object representing the constructed Polyline
.
- Type:
- Wire
TangentArc(parameters) → {Edge}
Creates an arc between the start and end points with a specified tangent vector at the start point.
Name | Type | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the arc. Properties
|
An Edge
object representing the constructed arc.
- Type:
- Edge
ThreePointsArc(parameters) → {Edge}
Creates an arc between the start and end points that goes through the through point.
Name | Type | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the arc. Properties
|
An Edge
object representing the constructed arc.
- Type:
- Edge