Click or drag to resize

ISimObjectGetFace Method

Returns a reference to an object' face.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ISimObject GetFace(
	ISimObject originalOwner,
	string faceName
)

Parameters

originalOwner
Type: EMInvent.InventSim.COMServerISimObject
Reference to the original owner of the face.
faceName
Type: SystemString
Face name.

Return Value

Type: ISimObject
Reference to the face.
See Also