ConstraintLimits.MaximumEnabled Property
Parent Object: ConstraintLimitsDescription
Read-write property that gets and sets whether the maximum limit value should be enabled. Once enabled, the parameter returned in the Maximum property can be used to control the value of this limit.
Syntax
ConstraintLimits.MaximumEnabled() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Add mate constraint with limits | This sample demonstrates the creation of an assembly mate constraint with maximum and minimum limits defined. |