NX Open C++ Reference Guide
|
Builder for Bill of Material functionality used in Routing. More...
Public Types | |
enum | DetailLevelType { DetailLevelTypeSummary, DetailLevelTypeItemized } |
The options specify the detail level type. More... | |
enum | FabricationNumberingType { FabricationNumberingTypeSequential, FabricationNumberingTypeOriginal } |
The options specify the fabrication numbering type. More... | |
enum | StockLengthType { StockLengthTypeSingleSum, StockLengthTypeListEach } |
The options specify the stock length type. More... | |
Public Member Functions | |
NXOpen::Annotations::BillOfMaterialBuilder::DetailLevelType | DetailLevel () |
Returns the value that specifies the detail level type. | |
NXOpen::Annotations::BillOfMaterialBuilder::FabricationNumberingType | FabricationNumbering () |
Returns the value that specifies the fabrication numbering. | |
bool | IncludeComponents () |
Returns the value that specifies whether include components. | |
bool | IncludeGaskNutBolts () |
Returns the value that specifies whether include gask, nut and bolts. | |
bool | IncludeOverStock () |
Returns the value that specifies whether include overstock. | |
bool | IncludeStock () |
Returns the value that specifies whether to include stock. | |
bool | IncludeWireStock () |
Returns the value that specifies whether include wire stock. | |
void | SetDetailLevel (NXOpen::Annotations::BillOfMaterialBuilder::DetailLevelType detailLevel) |
Sets the value that specifies the detail level type. | |
void | SetFabricationNumbering (NXOpen::Annotations::BillOfMaterialBuilder::FabricationNumberingType fabricationNumbering) |
Sets the value that specifies the fabrication numbering. | |
void | SetIncludeComponents (bool includeComponents) |
Sets the value that specifies whether include components. | |
void | SetIncludeGaskNutBolts (bool includeGaskNutBolts) |
Sets the value that specifies whether include gask, nut and bolts. | |
void | SetIncludeOverStock (bool includeOverStock) |
Sets the value that specifies whether include overstock. | |
void | SetIncludeStock (bool includeStock) |
Sets the value that specifies whether to include stock. | |
void | SetIncludeWireStock (bool includeWireStock) |
Sets the value that specifies whether include wire stock. | |
void | SetStockLength (NXOpen::Annotations::BillOfMaterialBuilder::StockLengthType stockLength) |
Sets the value that specifies the stock length type. | |
void | SetStockPieceCount (bool stockPieceCount) |
Sets the value that specifies whether include report cout of stock pieces. | |
NXOpen::Annotations::BillOfMaterialBuilder::StockLengthType | StockLength () |
Returns the value that specifies the stock length type. | |
bool | StockPieceCount () |
Returns the value that specifies whether include report cout of stock pieces. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Builder for Bill of Material functionality used in Routing.
This class queries and sets settings specific to Routing Bill of Material.
Created in NX9.0.0.
NXOpen::Annotations::BillOfMaterialBuilder::DetailLevelType NXOpen::Annotations::BillOfMaterialBuilder::DetailLevel | ( | ) |
Returns the value that specifies the detail level type.
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::BillOfMaterialBuilder::FabricationNumberingType NXOpen::Annotations::BillOfMaterialBuilder::FabricationNumbering | ( | ) |
Returns the value that specifies the fabrication numbering.
Created in NX9.0.0.
License requirements : None
bool NXOpen::Annotations::BillOfMaterialBuilder::IncludeComponents | ( | ) |
Returns the value that specifies whether include components.
Created in NX9.0.0.
License requirements : None
bool NXOpen::Annotations::BillOfMaterialBuilder::IncludeGaskNutBolts | ( | ) |
Returns the value that specifies whether include gask, nut and bolts.
Created in NX9.0.0.
License requirements : None
bool NXOpen::Annotations::BillOfMaterialBuilder::IncludeOverStock | ( | ) |
Returns the value that specifies whether include overstock.
Created in NX9.0.0.
License requirements : None
bool NXOpen::Annotations::BillOfMaterialBuilder::IncludeStock | ( | ) |
Returns the value that specifies whether to include stock.
Created in NX9.0.0.
License requirements : None
bool NXOpen::Annotations::BillOfMaterialBuilder::IncludeWireStock | ( | ) |
Returns the value that specifies whether include wire stock.
Created in NX9.0.0.
License requirements : None
void NXOpen::Annotations::BillOfMaterialBuilder::SetDetailLevel | ( | NXOpen::Annotations::BillOfMaterialBuilder::DetailLevelType | detailLevel | ) |
Sets the value that specifies the detail level type.
Created in NX9.0.0.
License requirements : routing_base ("Routing Basic")
detailLevel | detaillevel |
void NXOpen::Annotations::BillOfMaterialBuilder::SetFabricationNumbering | ( | NXOpen::Annotations::BillOfMaterialBuilder::FabricationNumberingType | fabricationNumbering | ) |
Sets the value that specifies the fabrication numbering.
Created in NX9.0.0.
License requirements : routing_base ("Routing Basic")
fabricationNumbering | fabricationnumbering |
void NXOpen::Annotations::BillOfMaterialBuilder::SetIncludeComponents | ( | bool | includeComponents | ) |
Sets the value that specifies whether include components.
Created in NX9.0.0.
License requirements : routing_base ("Routing Basic")
includeComponents | includecomponents |
void NXOpen::Annotations::BillOfMaterialBuilder::SetIncludeGaskNutBolts | ( | bool | includeGaskNutBolts | ) |
Sets the value that specifies whether include gask, nut and bolts.
Created in NX9.0.0.
License requirements : routing_base ("Routing Basic")
includeGaskNutBolts | includegasknutbolts |
void NXOpen::Annotations::BillOfMaterialBuilder::SetIncludeOverStock | ( | bool | includeOverStock | ) |
Sets the value that specifies whether include overstock.
Created in NX9.0.0.
License requirements : routing_base ("Routing Basic")
includeOverStock | includeoverstock |
void NXOpen::Annotations::BillOfMaterialBuilder::SetIncludeStock | ( | bool | includeStock | ) |
Sets the value that specifies whether to include stock.
Created in NX9.0.0.
License requirements : routing_base ("Routing Basic")
includeStock | includestock |
void NXOpen::Annotations::BillOfMaterialBuilder::SetIncludeWireStock | ( | bool | includeWireStock | ) |
Sets the value that specifies whether include wire stock.
Created in NX9.0.0.
License requirements : routing_base ("Routing Basic")
includeWireStock | includewirestock |
void NXOpen::Annotations::BillOfMaterialBuilder::SetStockLength | ( | NXOpen::Annotations::BillOfMaterialBuilder::StockLengthType | stockLength | ) |
Sets the value that specifies the stock length type.
Created in NX9.0.0.
License requirements : routing_base ("Routing Basic")
stockLength | stocklength |
void NXOpen::Annotations::BillOfMaterialBuilder::SetStockPieceCount | ( | bool | stockPieceCount | ) |
Sets the value that specifies whether include report cout of stock pieces.
Created in NX9.0.0.
License requirements : routing_base ("Routing Basic")
stockPieceCount | stockpiececount |
NXOpen::Annotations::BillOfMaterialBuilder::StockLengthType NXOpen::Annotations::BillOfMaterialBuilder::StockLength | ( | ) |
Returns the value that specifies the stock length type.
Created in NX9.0.0.
License requirements : None
bool NXOpen::Annotations::BillOfMaterialBuilder::StockPieceCount | ( | ) |
Returns the value that specifies whether include report cout of stock pieces.
Created in NX9.0.0.
License requirements : None
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.