Class EqualDistanceConstraint
core.Updatable --+
|
Constraint --+
|
EqualDistanceConstraint
Constructs a constraint to match the distance between two pairs of
edges.
|
|
Class Hierarchy for EqualDistanceConstraint
|
constructor EqualDistanceConstraint(id1, id2, id3, id4):
-
id1 - The identifier of the first participant. (first pair)
(string)
-
id2 - The identifier of the second participant. (first pair)
(string)
-
id3 - The identifier of the third participant. (second pair)
(string)
-
id4 - The identifier of the fourth participant. (second pair)
(string)
|
stringNone
|
participant3
The name of the third participant of the constraint.
|
|
stringNone
|
participant4
The name of the fourth participant of the constraint.
|
|
Inherited from Constraint:
participant1,
participant2
|