Click or drag to resize

IObjectsExtrudeAlongPath Method

Extrudes given profile (face) along a specified path (edge(s)).

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ISimObject ExtrudeAlongPath(
	ISimObject profile,
	ISimObject path
)

Parameters

profile
Type: EMInvent.InventSim.COMServerISimObject
Profile object.
path
Type: EMInvent.InventSim.COMServerISimObject
Path.

Return Value

Type: ISimObject
Resulting solid.
See Also