Click or drag to resize

IObjectsMakeFace Method

Creates a face having the boundary specified by the profile.

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

Parameters

profile
Type: EMInvent.InventSim.COMServerISimObject
Edges that define the face boundary.

Return Value

Type: ISimObject
Created face.
See Also