 | 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
SyntaxISimObject ExtrudeRuled(
ISimObject edge1,
ISimObject edge2
)
Function ExtrudeRuled (
edge1 As ISimObject,
edge2 As ISimObject
) As ISimObject
Dim instance As IObjects
Dim edge1 As ISimObject
Dim edge2 As ISimObject
Dim returnValue As ISimObject
returnValue = instance.ExtrudeRuled(edge1,
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