M_Rhino_Geometry_ControlPoint__ctor_3 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a new unweighted control point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public ControlPoint(
double x,
double y,
double z
)
VB
Public Sub New (
x As Double,
y As Double,
z As Double
)
- x
- Type: System.Double
X coordinate of Control Point. - y
- Type: System.Double
Y coordinate of Control Point. - z
- Type: System.Double
Z coordinate of Control Point.
Supported in: 6.0.16224.21491, 5D58w
ControlPoint Structure
ControlPoint Overload
Rhino.Geometry Namespace