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

This is to create a NXOpen::Features::ShipDesign::TransitionBuilder which is used to create Detail Design elements from Basic Design elements. More...

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

Public Types

enum  TransitionMethods { TransitionMethodsUpdateExisting, TransitionMethodsCreateNew }
 Transition Method. More...
 
enum  TransitionTypes { TransitionTypesSection, TransitionTypesFrame }
 Transition Type. More...
 

Public Member Functions

void SetFrameParts (std::vector< NXString > &framePartFilenames)
 Set frame part names. More...
 
void SetSectionBlockParts (std::vector< NXString > &sectionParts)
 The section block part file name. More...
 
void SetTransitionMethod (NXOpen::Features::ShipDesign::TransitionBuilder::TransitionMethods method)
 Sets the transition method. More...
 
void SetTransitionType (NXOpen::Features::ShipDesign::TransitionBuilder::TransitionTypes type)
 Sets the transition type. More...
 
NXOpen::Features::ShipDesign::TransitionBuilder::TransitionMethods TransitionMethod ()
 Returns the transition method. More...
 
NXOpen::Features::ShipDesign::TransitionBuilder::TransitionTypes TransitionType ()
 Returns the transition type. 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 is to create a NXOpen::Features::ShipDesign::TransitionBuilder which is used to create Detail Design elements from Basic Design elements.


To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateTransitionBuilder
Default values.

Property Value

TransitionMethod

UpdateExisting

TransitionType

Section


Created in NX8.5.0.

Member Enumeration Documentation

Transition Method.

Create New method means all transition will begin with a scratch Update Existing method means to update previous transitioned result

Enumerator
TransitionMethodsUpdateExisting 

update existing

TransitionMethodsCreateNew 

create new

Transition Type.

Section type means the basic design elements in speicified ship section will be transitioned. Frame type means specified basic design elements will be transitioned.

Enumerator
TransitionTypesSection 

section

TransitionTypesFrame 

frame

Member Function Documentation

void NXOpen::Features::ShipDesign::TransitionBuilder::SetFrameParts ( std::vector< NXString > &  framePartFilenames)

Set frame part names.


Created in NX8.5.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
framePartFilenamesframepartfilenames
void NXOpen::Features::ShipDesign::TransitionBuilder::SetSectionBlockParts ( std::vector< NXString > &  sectionParts)

The section block part file name.


Created in NX8.5.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
sectionPartssectionparts
void NXOpen::Features::ShipDesign::TransitionBuilder::SetTransitionMethod ( NXOpen::Features::ShipDesign::TransitionBuilder::TransitionMethods  method)

Sets the transition method.


Created in NX8.5.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
methodmethod
void NXOpen::Features::ShipDesign::TransitionBuilder::SetTransitionType ( NXOpen::Features::ShipDesign::TransitionBuilder::TransitionTypes  type)

Sets the transition type.


Created in NX8.5.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
typetype
NXOpen::Features::ShipDesign::TransitionBuilder::TransitionMethods NXOpen::Features::ShipDesign::TransitionBuilder::TransitionMethod ( )

Returns the transition method.


Created in NX8.5.0.

License requirements : None

NXOpen::Features::ShipDesign::TransitionBuilder::TransitionTypes NXOpen::Features::ShipDesign::TransitionBuilder::TransitionType ( )

Returns the transition type.


Created in NX8.5.0.

License requirements : None


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