PosX_Enabled, PosY_Enabled, PosZ_Enabled Property
Application
Force Motion Restriction Object FMR#
Description
Independently activates/inactivates, or returns the force motion restriction function for position.
Immediate Execution
No
Usage
FGet Object.XX_Enabled, bVar
FSet Object.XX_Enabled, bValue
Object
Object nameXX
A character string defining the name of the propertybVar
A Boolean variable defining the value of the propertybValue
A Boolean value or formula defining the new value of the property
Values
XX
Specified Axis | Description |
---|---|
PosX | Specifies X axis. |
PosY | Specifies Y axis. |
PosZ | Specifies Z axis. |
bValue
Name of Constants | 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 position of specified axis.
Usage Example
This example activates the force motion restriction function of X axis for the force motion restriction object.
> FSet FMR1.PosX_Enabled, True
See Also
Force Motion Restriction Object FMR#