Click or drag to resize

ICoordinatesAdd Method

Adds a new coordinate system with the active coordinate system being the base system.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ICoordinateSystem Add(
	string name,
	string p0,
	string xyangle,
	string xzangle,
	string yzangle
)

Parameters

name
Type: SystemString
Coordinate system name.
p0
Type: SystemString
Origin of the system in the active coordinate system.
xyangle
Type: SystemString
Angle of rotation around Z axis.
xzangle
Type: SystemString
Angle of rotation around Y axis.
yzangle
Type: SystemString
Angle of rota

Return Value

Type: ICoordinateSystem
Reference to the newly create coordinate system.
See Also