Method GetBezierKnot
GetBezierKnot(bool)
Creates the BezierKnot representation associated with a SelectableKnot.
Declaration
public BezierKnot GetBezierKnot(bool worldSpace)
Parameters
Type | Name | Description |
---|---|---|
bool | worldSpace | Set to true for the BezierKnot to be in world space, or set to false for the Bezierknot to be in local space. |
Returns
Type | Description |
---|---|
BezierKnot | The BezierKnot associated with the knot. |