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)
Syntaxpublic ControlPoint(
Point3d pt
)
Public Sub New (
pt As Point3d
)
Parameters
- pt
- Type: Rhino.GeometryPoint3d
Coordinates of the control point.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also