ShopToolsUtilTranslateDirection(Single, DirectionUpDownEnum) Method
Translate the relative directional offset from the visual perspective
to the defined direction on the table.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static float TranslateDirection(
float offset,
DirectionUpDownEnum offsetType
)
Public Shared Function TranslateDirection (
offset As Single,
offsetType As DirectionUpDownEnum
) As Single
No code example is currently available or this language may not be supported.
- offset Single
-
The offset to polarize.
- offsetType DirectionUpDownEnum
-
The visual relative direction with which the offset is associated.
Single
The physical offset, relative to the established direction of travel
on the table.