Class pfcMFG

# include <pfcMFG.h>

class
pfcMFG
: public virtual
pfcModel
{
xaideclare(pfcMFG)
...
};


Description
This class describes a manufacturing object.
Direct Known Subclasses:
Method Summary
Retrieves the solid in which the manufacturing model's features are placed.
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcModelItemOwner::
Methods Inherited from Class pfcViewOwner::
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModel::
Method Detail
GetSolid
()
Retrieves the solid in which the manufacturing model's features are placed.
To create a UDF group in the manufacturing model call pfcSolid::CreateUDFGroup(pfcUDFGroupCreateInstructions_ptr) on this solid.
Exceptions thrown (but not limited to):
pfcXToolkitNotFound - The storage solid of the manufacturing model was not found.
Manual References:
Returns:
The manufacturing solid model.
Was this helpful?