Message 1 of 2
Assembly constraint limits on/off
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I m searching for a simple thing, just a line able or unable the max and min limits in assembly constrains.
i tryed something like the code below, but i believe this is not so simple...
SyntaxEditor Code Snippet
Constraint.IsActive("mate") = True
SyntaxEditor Code Snippet
mate.ConstraintLimits.MaximumEnabled = True mate.ConstraintLimits.MinimumEnabled = True
CCarreiras