API Documentation > Classes > Interface IpfcMFG
Interface IpfcMFG
Description
This class describes a manufacturing object.
Direct Parent Classes:
User Guide References:
Method Summary
Function
Retrieves the solid in which the manufacturing model's features are placed.
Method Detail
Function
GetSolid
() as IpfcSolid
Retrieves the solid in which the manufacturing model's features are placed.
To create a UDF group in the manufacturing model call IpfcSolid.CreateUDFGroup() on this solid.
Exceptions thrown (but not limited to):
IpfcXToolkitNotFound - The storage solid of the manufacturing model was not found.
Returns:
The manufacturing solid model.
User Guide References:
Was this helpful?