BrepCurveConstraint Constructor (Curve) |
Constructor, use curve as positional constraint
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic CurveConstraint(
Curve curve
)
Public Sub New (
curve As Curve
)
Parameters
- curve
- Type: Rhino.GeometryCurve
[Missing <param name="curve"/> documentation for "M:Rhino.Geometry.Brep.CurveConstraint.#ctor(Rhino.Geometry.Curve)"]
See Also