NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Features::ShipDesign::BuiltUpManModeBuilder Class Reference

This class allows you to set the NX Ship BuiltUp Profile Manufacturing Mode for one or more components. More...

Inheritance diagram for NXOpen::Features::ShipDesign::BuiltUpManModeBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  BuiltUpManModeType { BuiltUpManModeTypeCutToShape, BuiltUpManModeTypeBendAfterJoin, BuiltUpManModeTypeNone }
 This enum defines the allowable values for the BuiltUp Profile Manufacturing Mode which may be either "Cut To Shape" or "Bend After Join". More...
 

Public Member Functions

NXOpen::Assemblies::SelectComponentListBuiltupComps ()
 Returns the components for which the Manufacturing Mode will be set
Created in NX9.0.0. More...
 
NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltUpManModeType BuiltupManMode ()
 Returns the builtup Manufactirng Mode
Created in NX9.0.0. More...
 
void SetBuiltupManMode (NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltUpManModeType builtupManMode)
 Sets the builtup Manufactirng Mode
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class allows you to set the NX Ship BuiltUp Profile Manufacturing Mode for one or more components.

This mode may be either "Bend After Join" or "Cut To Shape".
To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateBuiltUpManModeBuilder
Default values.

Property Value

BuiltupManMode

CutToShape


Created in NX9.0.0.

Member Enumeration Documentation

This enum defines the allowable values for the BuiltUp Profile Manufacturing Mode which may be either "Cut To Shape" or "Bend After Join".

See the NX Ship documentation for an explanation of these in terms of the manufacturing process.

Enumerator
BuiltUpManModeTypeCutToShape 

cut to shape

BuiltUpManModeTypeBendAfterJoin 

bend after join

BuiltUpManModeTypeNone 

none

Member Function Documentation

NXOpen::Assemblies::SelectComponentList* NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltupComps ( )

Returns the components for which the Manufacturing Mode will be set
Created in NX9.0.0.



License requirements : None

NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltUpManModeType NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltupManMode ( )

Returns the builtup Manufactirng Mode
Created in NX9.0.0.



License requirements : None

void NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::SetBuiltupManMode ( NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltUpManModeType  builtupManMode)

Sets the builtup Manufactirng Mode
Created in NX9.0.0.



License requirements : nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
builtupManModebuiltupmanmode

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