M_Rhino_Geometry_ControlPoint__ctor_1 - 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(
Point3d pt,
double weight
)
VB
Public Sub New (
pt As Point3d,
weight As Double
)
- pt
- Type: Rhino.Geometry.Point3d
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