Skip to content

M_Rhino_Geometry_ControlPoint__ctor

Will Pearson edited this page Aug 12, 2016 · 2 revisions

ControlPoint Constructor (Point3d)

Constructs a new unweighted control point.

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

Syntax

C#

public ControlPoint(
	Point3d pt
)

VB

Public Sub New ( 
	pt As Point3d
)

Parameters

 

pt
Type: Rhino.Geometry.Point3d
Coordinate of Control Point.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

ControlPoint Structure
ControlPoint Overload
Rhino.Geometry Namespace

Clone this wiki locally