Package empro :: Module empro :: Module geometry :: Class Constraint
[frames] | no frames]

Class Constraint

core.Updatable --+
                 |
                Constraint
Known Subclasses:

Interface to constraints between Edges in a Sketch. Constraints are parameterizable and can be used to parameterize a body.

Class Hierarchy for Constraint
Class Hierarchy for Constraint

Instance Methods
bool
isLocked()
Determines if a constraint is locked.
None
lock()
Lock a constraint.
None
unlock()
Unlock a constraint.

Inherited from core.Updatable: __enter__, __exit__, clone, hash, isValid, reasonWhyInvalid

Properties
stringNone participant1
The name of the first participant of the constraint.
stringNone participant2
The name of the second participant of the constraint.