AngleInPlaneConstraint Properties |
The AngleInPlaneConstraint type exposes the following members.
Name | Description | |
---|---|---|
Applicability |
Gets or sets the Access situation in which this constraint applies.
(Inherited from AccessConstraint.) | |
ConstrainedLink |
Gets or sets the link to which this constraint applies. It is not necessary to set this property
when using this constraint with AccessComputation.
| |
ConstrainedLinkEnd |
Gets or sets the end of the link to which this constraint applies. This is the end that is observing
the angle which is constrained by this constraint. It is not necessary to set this property
when using this constraint with AccessComputation.
| |
DebuggingLogger |
Gets or sets a logger to which debugging information will be written.
(Inherited from AccessQuery.) | |
EvaluationOrder |
Gets or sets a number indicating the evaluation order of this constraint relative
to other constraints. All constraints involved in an
AccessComputation or that share a common parent (e.g. AccessQueryAnd or
AccessQueryOr) in an AccessQuery are sorted by this value before being evaluated in
ascending order, so constraints with a lower evaluation order are evaluated earlier than constraints with
a higher evaluation order.
(Inherited from AccessConstraint.) | |
Invert |
Gets or sets a value indicating whether or not the angle should be measured opposite the usual direction.
In other words, if this property is , the angle is measured away from the second
axis defining the plane (counter-clockwise) rather than toward it.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
NormalizedStartAngle |
Gets the normalized value of StartAngle which lies
within TwoPi of zero.
(Inherited from CircularAccessConstraint.) | |
NormalizedStopAngle | (Inherited from CircularAccessConstraint.) | |
Plane |
Gets or sets the plane into which the displacement vector is projected.
| |
Sampling |
Gets an instance describing how this constraint is to be sampled.
(Inherited from AccessConstraint.) | |
StartAngle |
Gets or sets the angle defining the beginning of the satisfaction region.
(Inherited from CircularAccessConstraint.) | |
StopAngle |
Gets or sets the angle defining the end of the satisfaction region
(Inherited from CircularAccessConstraint.) | |
Tolerance |
Gets or sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
(Inherited from CircularAccessConstraint.) |