Click or drag to resize

IObjectsExtrudeFaceAlongVector Method

Extrudes a face along a specified vector thus making a prism (solid).

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ISimObject ExtrudeFaceAlongVector(
	ISimObject face,
	string vector
)

Parameters

face
Type: EMInvent.InventSim.COMServerISimObject
Face to be extruded.
vector
Type: SystemString
Vector of the extrusion.

Return Value

Type: ISimObject
Resulting solid.
See Also