Interface TouchPointCommandData

Represents command data for invoking a touch point macro in a preview control.

Hierarchy

  • TouchPointCommandData

Index

Properties

address

address: string

The address of a model in a Drive3D file.

hitNormalX

hitNormalX: number

The X coordinate of the hit normal inside a 3d preview.

hitNormalY

hitNormalY: number

The Y coordinate of the hit normal inside a 3d preview.

hitNormalZ

hitNormalZ: number

The Z coordinate of the hit normal inside a 3d preview.

hitPosition

hitPosition: string

The coordinates of the click position inside a 3d preview, in the format of a pipe delimited string.

hitPositionX

hitPositionX: number

The X position of the click position inside a 3d preview.

hitPositionY

hitPositionY: number

The Y position of the click position inside a 3d preview.

hitPositionZ

hitPositionZ: number

The Z position of the click position inside a 3d preview.

Optional macroArgument

macroArgument: string

The argument to execute the macro with.

Optional macroName

macroName: string

The name of the macro to execute.