Click or drag to resize

IObjectsMakeFillet Method

Creates fillets of specified edges and of specified radius.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ISimObject MakeFillet(
	ISimObject solid,
	ISimObject[] edges,
	string radius
)

Parameters

solid
Type: EMInvent.InventSim.COMServerISimObject
Solid which edges are to be filleted.
edges
Type: EMInvent.InventSim.COMServerISimObject
Edges to be filleted.
radius
Type: SystemString
Radius of fillets.

Return Value

Type: ISimObject
See Also