 | 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
SyntaxISimObject MakeFace(
ISimObject profile
)
Function MakeFace (
profile As ISimObject
) As ISimObject
Dim instance As IObjects
Dim profile As ISimObject
Dim returnValue As ISimObject
returnValue = instance.MakeFace(profile)
Parameters
- profile
- Type: EMInvent.InventSim.COMServerISimObject
Edges that define the face boundary.
Return Value
Type:
ISimObjectCreated face.
See Also