M_Rhino_Geometry_BezierCurve_GetControlVertex3d - mcneel/rhinocommon-api-docs GitHub Wiki
Get location of a control vertex.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3d GetControlVertex3d(
int index
)
VB
Public Function GetControlVertex3d (
index As Integer
) As Point3d
- index
- Type: System.Int32
Control vertex index (0 <= index < ControlVertexCount)
Type: Point3d
If the bezier is rational, the euclidean location is returned.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | when index is out of range |
Supported in: 6.0.16224.21491, 5D58w