Share

ConstraintLimits Object


Description

The ConstraintLimits object provides access to various limits related settings for assembly constraints and iMate definitions.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Maximum Property that returns the Parameter object that controls the maximum limit value. This property returns Nothing if the maximum limit has never been enabled for this constraint or the parameter associated with the maximum value was deleted. Set the MaximumEnabled property to True to make this parameter available.
MaximumEnabled 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.
Minimum Property that returns the Parameter object that controls the minimum limit value. This property returns Nothing if the minimum limit has never been enabled for this constraint or the parameter associated with the minimum value was deleted. Set the MinimumEnabled property to True to make this parameter available.
MinimumEnabled Read-write property that gets and sets whether the minimum limit value should be enabled. Once enabled, the parameter returned in the Minimum property can be used to control the value of this limit.
Parent Property that returns the parent object. This can be one of the strongly typed assembly constraint objects (such as MateConstraint) or one of the strongly typed iMate definition objects (such as MateiMateDefinition).
RestingPositionEnabled Read-write property that gets and sets whether the resting position value should be enabled. If enabled, the constraint snaps back to the nominal value after a drag or a solve.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

AngleConstraint.ConstraintLimits, AngleConstraintProxy.ConstraintLimits, FlushConstraint.ConstraintLimits, FlushConstraintProxy.ConstraintLimits, FlushiMateDefinition.ConstraintLimits, FlushiMateDefinitionProxy.ConstraintLimits, InsertConstraint.ConstraintLimits, InsertConstraintProxy.ConstraintLimits, InsertiMateDefinition.ConstraintLimits, InsertiMateDefinitionProxy.ConstraintLimits, MateConstraint.ConstraintLimits, MateConstraintProxy.ConstraintLimits, MateiMateDefinition.ConstraintLimits, MateiMateDefinitionProxy.ConstraintLimits, TangentConstraint.ConstraintLimits, TangentConstraintProxy.ConstraintLimits, TangentiMateDefinition.ConstraintLimits, TangentiMateDefinitionProxy.ConstraintLimits

Version

Introduced in version 2011

Was this information helpful?