Description:

Get location of a control vertex.

Syntax:
public Point2d GetControlVertex2d(
int i,
int j
)
Parameters:
  • i
  • Type: int
  • Control vertex index (0 <= index < ControlVertexCount)
  • j
  • Type: int
  • Control vertex index (0 <= index < ControlVertexCount)
Returns:
Type: Point2d
If the bezier is rational, the euclidean location is returned.
Available since:
7.1

/
/
/
GetControlVertex2d

GetControlVertex2d method

Class:  Rhino.Geometry.BezierSurface

Nothing found