Click or drag to resize

IObjectsExtrudeRuled Method

Creates a solid from two faces by creating ruled surfaces connecting each edge of the first face with the corresponding edge of the second face. The faces must have the same number of edges which will be connected by pairs starting from the pair edge1-edge2.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ISimObject ExtrudeRuled(
	ISimObject edge1,
	ISimObject edge2
)

Parameters

edge1
Type: EMInvent.InventSim.COMServerISimObject
An edge of the first face.
edge2
Type: EMInvent.InventSim.COMServerISimObject
The corresponding edge of the second face.

Return Value

Type: ISimObject
See Also