PosEnabled Property
Application
Force Motion Restriction Object FMR#
Description
Activates/inactivates, or returns the force motion restriction function for each axis, movement distance and rotation angle collectively.
Immediate Execution
No
Usage
FGet Object.PosEnabled, bArray()
FSet Object.PosEnabled, bValuePosX, bValuePosY, bValuePosZ, bValueDist, bValueRot
Object
Object name
The object is specified as either of FMR (numerical value) or FMR (label).bArray()
The number of elements defining the values of the property is an array of 5 or more real number variablesbValuePosX
A Boolean value or formula defining the new value of the propertybValuePosY
A Boolean value or formula defining the new value of the propertybValuePosZ
A Boolean value or formula defining the new value of the propertybValueDist
A Boolean value or formula defining the new value of the propertybValueRot
A Boolean value or formula defining the new value of the property
Values
bArray()
Element number | Element number constant | Description |
---|---|---|
0 | FG_X | Set activates/inactivates X axis. |
1 | FG_Y | Set activates/inactivates Y axis. |
2 | FG_Z | Set activates/inactivates Z axis. |
3 | FG_Dist | Set activates/inactivates distance. |
4 | FG_Rot | Set activates/inactivates rotation angle. |
bValuePosX, bValuePosY, bValuePosZ, bValueDist, bValueRot
Name of Constants | Values | Description |
---|---|---|
False | 0 | Inactivates the subject axis. (default) |
True | -1 | Activates the subject axis. |
Detailed Explanation
Activates/inactivates, or returns the force motion restriction function for each axis, movement distance and rotation angle collectively.
See Also
Force Motion Restriction Object FMR#