NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::ShipDesign::ManufacturingPreparationBuilder Class Reference

This builder is used to adds attributes to the part and body identifying manufacturing related data. More...

Inheritance diagram for NXOpen::Features::ShipDesign::ManufacturingPreparationBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  AttributeType {
  AttributeTypeSaName, AttributeTypeSaType, AttributeTypeSaSize, AttributeTypeSaMaterial,
  AttributeTypeSaForm, AttributeTypeSaDescription
}
 Represents manufacturing attribute type. More...

Public Member Functions

NXString GetDesignElementAttributeValue (NXOpen::DisplayableObject *designElement, NXOpen::Features::ShipDesign::ManufacturingPreparationBuilder::AttributeType attrType)
 Get the attribute value of the given design element.
void InitializeDesignElementAttributes (NXOpen::DisplayableObject *designElement)
 Read the design attributes and use them to initialize the builder values.
NXString SaProject ()
 Returns the project number assigned to the ship.
NXString SectionNumber ()
 Returns the ship section number.
void SetDesignElementAttributeValue (NXOpen::DisplayableObject *designElement, NXOpen::Features::ShipDesign::ManufacturingPreparationBuilder::AttributeType attrType, const NXString &attrValue)
 Set the attribute value of the given design element.
void SetSaProject (const NXString &saProject)
 Sets the project number assigned to the ship.
void SetSectionNumber (const NXString &sectionNumber)
 Sets the ship section number.
NXOpen::Assemblies::SelectComponentListSteelComponents ()
 Returns the design elements to prepare for manufacturing.

Detailed Description

This builder is used to adds attributes to the part and body identifying manufacturing related data.


To create a new instance of this class, use Features::ShipCollection::CreateManufacturingPreparationBuilder

Created in NX8.0.0.


Member Enumeration Documentation

Represents manufacturing attribute type.

Enumerator:
AttributeTypeSaName 

name attribute

AttributeTypeSaType 

type attribute

AttributeTypeSaSize 

size attribute

AttributeTypeSaMaterial 

material attribute

AttributeTypeSaForm 

form attribute

AttributeTypeSaDescription 

name attribute


Member Function Documentation

Get the attribute value of the given design element.

Returns:
the attribute value.
Created in NX8.0.0.

License requirements : None
Parameters:
designElementthe design element for manufacturing preparation.
attrTypethe attriubte type.

Read the design attributes and use them to initialize the builder values.


Created in NX8.0.0.

License requirements : None

Parameters:
designElementthe design element for manufacturing preparation.

Returns the project number assigned to the ship.


Created in NX8.0.0.

License requirements : None

Returns the ship section number.


Created in NX8.0.0.

License requirements : None

Set the attribute value of the given design element.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept")

Parameters:
designElementthe design element for manufacturing preparation.
attrTypethe attriubte type.
attrValuethe attribute value.

Sets the project number assigned to the ship.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept")

Parameters:
saProjectsaproject

Sets the ship section number.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept")

Parameters:
sectionNumbersectionnumber

Returns the design elements to prepare for manufacturing.


Created in NX8.0.0.

License requirements : None


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