Click or drag to resize

GetPointConstrain Method

Overload List
  NameDescription
Public methodConstrain(Arc)
Constrains the picked point to lie on an arc.
Public methodConstrain(Circle)
Constrains the picked point to lie on a circle.
Public methodConstrain(Cylinder)
Constrains the picked point to lie on a cylinder.
Public methodCode exampleConstrain(Line)
Constrains the picked point to lie on a line.
Public methodConstrain(Sphere)
Constrains the picked point to lie on a sphere.
Public methodCode exampleConstrain(Curve, Boolean)
Constrains the picked point to lie on a curve.
Public methodConstrain(Mesh, Boolean)
Constrains the picked point to lie on a mesh.
Public methodConstrain(Plane, Boolean)
constrain the picked point to lie on a plane.
Public methodCode exampleConstrain(Point3d, Point3d)
Constrains the picked point to lie on a line.
Public methodCode exampleConstrain(Surface, Boolean)
Constrains the picked point to lie on a surface.
Public methodConstrain(Brep, Int32, Int32, Boolean)
Constrains the picked point to lie on a brep.
Top
See Also