Description:
Constrains the picked point to lie on an arc.
Description:
Constrains the picked point to lie on a brep.
Parameters:
- brep
- Type: Brep
- A brep to use as constraint.
- wireDensity
- Type: int
- When wire_density<0, isocurve intersection snapping is turned off, when wire_density>=0, the value defines the isocurve density used for isocurve intersection snapping.
- faceIndex
- Type: int
- When face_index <0, constrain to whole brep. When face_index >=0, constrain to individual face.
- allowPickingPointOffObject
- Type: bool
- defines whether the point pick is allowed to happen off object. When false, a "no no" cursor is shown when the cursor is not on the object. When true, a normal point picking cursor is used and the marker is visible also when the cursor is not on the object.
Returns:
Type: bool
True if constraint could be applied.
Available since:
5.0
Description:
Constrains the picked point to lie on a circle.
Description:
Constrains the picked point to lie on a curve.
Parameters:
- curve
- Type: Curve
- A curve to use as constraint.
- allowPickingPointOffObject
- Type: bool
- defines whether the point pick is allowed to happen off object. When false, a "no no" cursor is shown when the cursor is not on the object. When true, a normal point picking cursor is used and the marker is visible also when the cursor is not on the object.
Returns:
Type: bool
True if constraint could be applied.
Available since:
5.0
Description:
Constrains the picked point to lie on a cylinder.
Description:
Constrains the picked point to lie on a line.
Description:
Constrains the picked point to lie on a mesh.
Parameters:
- mesh
- Type: Mesh
- A mesh to use as constraint.
- allowPickingPointOffObject
- Type: bool
- defines whether the point pick is allowed to happen off object. When false, a "no no" cursor is shown when the cursor is not on the object. When true, a normal point picking cursor is used and the marker is visible also when the cursor is not on the object.
Returns:
Type: bool
True if constraint could be applied.
Available since:
5.0
Description:
constrain the picked point to lie on a plane.
Description:
Constrains the picked point to lie on a line.
Description:
Constrains the picked point to lie on a sphere.
Description:
Constrains the picked point to lie on a surface.
Parameters:
- surface
- Type: Surface
- A surface to use as constraint.
- allowPickingPointOffObject
- Type: bool
- defines whether the point pick is allowed to happen off object. When false, a "no no" cursor is shown when the cursor is not on the object. When true, a normal point picking cursor is used and the marker is visible also when the cursor is not on the object.
Returns:
Type: bool
True if constraint could be applied.
Available since:
5.0