RhinoCommon API
BezierSurfaceGetControlVertex2d Method |
Get location of a control vertex.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public Point2d GetControlVertex2d( int i, int j )
Public Function GetControlVertex2d ( i As Integer, j As Integer ) As Point2d
Parameters
- i
- Type: SystemInt32
Control vertex index (0 <= index < ControlVertexCount) - j
- Type: SystemInt32
Control vertex index (0 <= index < ControlVertexCount)
Return Value
Type: Point2dIf the bezier is rational, the euclidean location is returned.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | when i or j is out of range |