 | 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
SyntaxISimObject ExtrudeAlongPath(
ISimObject profile,
ISimObject path
)
Function ExtrudeAlongPath (
profile As ISimObject,
path As ISimObject
) As ISimObject
Dim instance As IObjects
Dim profile As ISimObject
Dim path As ISimObject
Dim returnValue As ISimObject
returnValue = instance.ExtrudeAlongPath(profile,
path)
Parameters
- profile
- Type: EMInvent.InventSim.COMServerISimObject
Profile object. - path
- Type: EMInvent.InventSim.COMServerISimObject
Path.
Return Value
Type:
ISimObjectResulting solid.
See Also