API Documentation > Interfaces > Interface MFG
Interface MFG

package com.ptc.pfc.pfcMFG;

public interface
MFG
extends
com.ptc.pfc.pfcModel.Model


Description
This class describes a manufacturing object.
Direct Known Subclasses:
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItemOwner :
Methods Inherited from Interface com.ptc.pfc.pfcView.ViewOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModel.Model :
Method Summary
Retrieves the solid in which the manufacturing model's features are placed.
Method Detail
GetSolid
GetSolid
()
Retrieves the solid in which the manufacturing model's features are placed.
To create a UDF group in the manufacturing model call Solid.CreateUDFGroup(UDFGroupCreateInstructions) on this solid.
Exceptions thrown (but not limited to):
XToolkitNotFound - The storage solid of the manufacturing model was not found.
User Guide References:
Returns:
The manufacturing solid model.
Was this helpful?