ManufacturingView (Object)

The Manufacturing View is the object that holds all the manufacturing features of the model.

Properties


Property ManufacturingFeatures() As (Read Only)
Returns the Manufacturing Features of a Manufacturing View.
Example:
The following example returns in ManufacturingFeatures the Manufacturing Features of the Manufacturing View MfgView:
 Set ManufacturingFeatures = MfgView.ManufacturingFeatures
Property Relations() As (Read Only)
Returns the Relations Set owned by a Manufacturing View.
Example:
The following example returns in Relations the Relations Set of the Manufacturing View MfgView:
 Set Relations = MfgView.Relations

Methods


Sub CreateAllMachinableAreaFeaturesFromTechResultsOfUDF( iFinishPartProduct)
Creates Machinable feature using TR of UDF.
Example:
The following example takes iFinishPartProduct and Create MAF in MfgView:
 MfgView.CreateAllMachinableAreaFeaturesFromTechResultsOfUDF(iFinishPartProduct)