menu
RhinoCommon API
search
search
V8 and older
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
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
home
/
Rhino.Geometry
/
BezierSurface
/
GetControlVertex2d
GetControlVertex2d method
Class:
Rhino.Geometry.BezierSurface
Nothing found