All Frameworks  Object Hierarchy  This Framework  Indexes   

ManufacturingView (Object)

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

Property Index

ManufacturingFeatures
Returns the Manufacturing Features of a Manufacturing View.
Relations
Returns the Relations Set owned by a Manufacturing View.

Method Index

CreateAllMachinableAreaFeaturesFromTechResultsOfUDF
Creates Machinable feature using TR of UDF.

Properties


o 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
o 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


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

Copyright © 2003, Dassault Systèmes. All rights reserved.