Click or drag to resize

ISimObjectGetFacesAt Method

Returns an array of faces at the specified location in 3D space. The method is supported only for solids.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ISimObject[] GetFacesAt(
	string point,
	ICoordinateSystem coordinateSystem
)

Parameters

point
Type: SystemString
Position in 3D space.
coordinateSystem
Type: EMInvent.InventSim.COMServerICoordinateSystem
Coordinate system in which point is defined.

Return Value

Type: ISimObject
Array of faces.
See Also