Click or drag to resize

CommandListAppendMotfTileOffset Method

When using MOTF, the tile offset combined with the MainDirection specifies the rotation center needed to correctly mark on a rotated part.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendMotfTileOffset(
	double tileOffset
)

Parameters

tileOffset  Double
The tile offset, which specifies the distance between the tile's center and the origin.
Remarks
Appends a MOTF_TILE_OFFSET command to the list.
See Also