Class AngleConstraint
core.Updatable --+
|
Constraint --+
|
AngleConstraint
Constructs an constraint that restricts the angle between two edges.
The edges can be lines, arcs, circles, ellipses or splines.
|
|
Class Hierarchy for AngleConstraint
|
constructor AngleConstraint(id1, id2, iAngle, iSector,
iMarkup):
-
id1 - The identifier of the first participant. (string)
-
id2 - The identifier of the second participant.
(string)
-
iAngle - Required angle between the participants edges
(float)
-
iSector - Bitwise combination of Parallelism and Direction
indicating how the angle is measured. (int)
-
iMarkup - Location to show the markup. (Vector3d)