Click or drag to resize

ControlPoint Constructor (Point3d)

Constructs a new world 3-D, or Euclidean, control point. The 4-D representation of this is (x, y, z, 1.0).

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ControlPoint(
	Point3d pt
)

Parameters

pt
Type: Rhino.GeometryPoint3d
Coordinates of the control point.
See Also