M_Rhino_Geometry_ControlPoint__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki

ControlPoint Constructor (Point3d, Double)

Constructs a new weighted control point.

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

Syntax

C#

public ControlPoint(
	Point3d pt,
	double weight
)

VB

Public Sub New ( 
	pt As Point3d,
	weight As Double
)

Parameters

 

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

ControlPoint Structure
ControlPoint Overload
Rhino.Geometry Namespace

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