Dist_Enabled Property
Application
Force Motion Restriction Object FMR#
Description
Sets or returns enable/disable of force motion restriction function of the movement distance.
Immediate Execution
No
Usage
FGet Object.Dist_Enabled, bVar
FSet Object.Dist_Enabled, bValue
- Object
Object name - bVar
A Boolean variable defining the value of the property - bValue
A Boolean value or formula defining the new value of the property
Values
bValue
Constant name | Values | Description |
---|---|---|
False | 0 | Inactivates the subject axis. (default) |
True | -1 | Activates the subject axis. |
Detailed Explanation
Independently activates/inactivates or returns the force motion restriction function for the movement distance.
Usage Example
This is an example of activating motion restriction function of the movement distance for the force motion restriction object.
> FSet FMR1.Dist_Enabled, True
See Also
Force Motion Restriction Object FMR#