NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Annotations.BillOfMaterialBuilder Class Reference

Builder for Bill of Material functionality used in Routing. More...

Inheritance diagram for NXOpen.Annotations.BillOfMaterialBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DetailLevelType { Summary, Itemized }
 The options specify the detail level type. More...
 
enum  FabricationNumberingType { Sequential, Original }
 The options specify the fabrication numbering type. More...
 
enum  StockLengthType { SingleSum, ListEach }
 The options specify the stock length type. More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Annotations.BillOfMaterialBuilder.DetailLevelType 
DetailLevel [get, set]
 Returns or sets the value that specifies the detail level type. More...
 
unsafe
NXOpen.Annotations.BillOfMaterialBuilder.FabricationNumberingType 
FabricationNumbering [get, set]
 Returns or sets the value that specifies the fabrication numbering. More...
 
unsafe bool IncludeComponents [get, set]
 Returns or sets the value that specifies whether include components. More...
 
unsafe bool IncludeGaskNutBolts [get, set]
 Returns or sets the value that specifies whether include gask, nut and bolts. More...
 
unsafe bool IncludeOverStock [get, set]
 Returns or sets the value that specifies whether include overstock. More...
 
unsafe bool IncludeStock [get, set]
 Returns or sets the value that specifies whether to include stock. More...
 
unsafe bool IncludeWireStock [get, set]
 Returns or sets the value that specifies whether include wire stock. More...
 
unsafe
NXOpen.Annotations.BillOfMaterialBuilder.StockLengthType 
StockLength [get, set]
 Returns or sets the value that specifies the stock length type. More...
 
unsafe bool StockPieceCount [get, set]
 Returns or sets the value that specifies whether include report cout of stock pieces. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

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

Member Enumeration Documentation

The options specify the detail level type.

Enumerator
Summary 
Itemized 

The options specify the fabrication numbering type.

Enumerator
Sequential 
Original 

The options specify the stock length type.

Enumerator
SingleSum 
ListEach 

Member Function Documentation

unsafe bool NXOpen.Annotations.BillOfMaterialBuilder.Validate ( )
inline

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.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Annotations.BillOfMaterialBuilder.DetailLevelType NXOpen.Annotations.BillOfMaterialBuilder.DetailLevel
getset

Returns or sets the value that specifies the detail level type.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Annotations.BillOfMaterialBuilder.FabricationNumberingType NXOpen.Annotations.BillOfMaterialBuilder.FabricationNumbering
getset

Returns or sets the value that specifies the fabrication numbering.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: routing_base ("Routing Basic")

unsafe bool NXOpen.Annotations.BillOfMaterialBuilder.IncludeComponents
getset

Returns or sets the value that specifies whether include components.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: routing_base ("Routing Basic")

unsafe bool NXOpen.Annotations.BillOfMaterialBuilder.IncludeGaskNutBolts
getset

Returns or sets the value that specifies whether include gask, nut and bolts.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: routing_base ("Routing Basic")

unsafe bool NXOpen.Annotations.BillOfMaterialBuilder.IncludeOverStock
getset

Returns or sets the value that specifies whether include overstock.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: routing_base ("Routing Basic")

unsafe bool NXOpen.Annotations.BillOfMaterialBuilder.IncludeStock
getset

Returns or sets the value that specifies whether to include stock.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: routing_base ("Routing Basic")

unsafe bool NXOpen.Annotations.BillOfMaterialBuilder.IncludeWireStock
getset

Returns or sets the value that specifies whether include wire stock.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Annotations.BillOfMaterialBuilder.StockLengthType NXOpen.Annotations.BillOfMaterialBuilder.StockLength
getset

Returns or sets the value that specifies the stock length type.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: routing_base ("Routing Basic")

unsafe bool NXOpen.Annotations.BillOfMaterialBuilder.StockPieceCount
getset

Returns or sets the value that specifies whether include report cout of stock pieces.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: routing_base ("Routing Basic")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.