M_Rhino_Geometry_ControlPoint__ctor_4 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a new weighted control point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public ControlPoint(
double x,
double y,
double z,
double weight
)
VB
Public Sub New (
x As Double,
y As Double,
z As Double,
weight 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. - weight
- Type: System.Double
Weight factor of Control Point. You should not use weights equal to or less than zero.
Supported in: 6.0.16224.21491, 5D58w
ControlPoint Structure
ControlPoint Overload
Rhino.Geometry Namespace