M_Rhino_Geometry_ControlPoint__ctor_3 - mcneel/rhinocommon-api-docs GitHub Wiki

ControlPoint Constructor (Double, Double, Double)

Constructs a new unweighted control point.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public ControlPoint(
	double x,
	double y,
	double z
)

VB

Public Sub New ( 
	x As Double,
	y As Double,
	z As Double
)

Parameters

 

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

ControlPoint Structure
ControlPoint Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️