IManagedConstraint Interface |
Namespace: Autodesk.iLogic.Interfaces
The IManagedConstraint type exposes the following members.
Name | Description | |
---|---|---|
Constraint |
Gets the underlying Inventor API constraint object.
(If this returns Nothing, then this constraint is actually an iMateResult. Use the iMateResult property to get that object.)
| |
iMateResult |
Gets the underlying Inventor API iMateResult object.
(If this return Nothing, then this constraint is a simple Constraint. Use the Constraint property to get that object.)
| |
IsActive |
Gets or sets a value that will be True if the constraint is unsuppressed, and False if it is suppressed.
|