Click or drag to resize

IObjectsSubstract Method

Performs logical substraction of two objects. Both object must be the same Type.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ISimObject Substract(
	ISimObject simObject1,
	ISimObject simObject2
)

Parameters

simObject1
Type: EMInvent.InventSim.COMServerISimObject
First object, to which Difference operation will be added.
simObject2
Type: EMInvent.InventSim.COMServerISimObject
Second object.

Return Value

Type: ISimObject
See Also