M_Rhino_Geometry_BezierCurve_GetControlVertex4d - 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 Point4d GetControlVertex4d(
int index
)
VB
Public Function GetControlVertex4d (
index As Integer
) As Point4d
- index
- Type: System.Int32
Control vertex index (0 <= index < ControlVertexCount)
Type: Point4d
Homogenous value of control vertex. If the bezier is not rational, the weight is 1.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | when index is out of range |
Supported in: 6.0.16224.21491, 5D58w