BrepPointConstraint Constructor |
Constructor for a given location
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic PointConstraint(
Point3d point
)
Public Sub New (
point As Point3d
)
Parameters
- point
- Type: Rhino.GeometryPoint3d
[Missing <param name="point"/> documentation for "M:Rhino.Geometry.Brep.PointConstraint.#ctor(Rhino.Geometry.Point3d)"]
See Also