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

Represents a NXOpen::Features::ShipDesign::SelectPartBuilder . More...

Inheritance diagram for NXOpen::Features::ShipDesign::SelectPartBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Types { TypesSection, TypesFrame }
 Type. More...
 

Public Member Functions

NXOpen::Features::ShipDesign::SelectPartBuilder::Types SectionFrameType ()
 Returns the select type. More...
 
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 SetSectionFrameType (NXOpen::Features::ShipDesign::SelectPartBuilder::Types type)
 Sets the select type. 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

Represents a NXOpen::Features::ShipDesign::SelectPartBuilder .

This class is to select ship basic design part.
Created in NX11.0.0.

Member Enumeration Documentation

Type.

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

Enumerator
TypesSection 

section

TypesFrame 

frame

Member Function Documentation

NXOpen::Features::ShipDesign::SelectPartBuilder::Types NXOpen::Features::ShipDesign::SelectPartBuilder::SectionFrameType ( )

Returns the select type.


Created in NX11.0.0.

License requirements : None

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

Set frame part names.


Created in NX11.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

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

The section block part file name.


Created in NX11.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
sectionPartssectionparts
void NXOpen::Features::ShipDesign::SelectPartBuilder::SetSectionFrameType ( NXOpen::Features::ShipDesign::SelectPartBuilder::Types  type)

Sets the select type.


Created in NX11.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
typetype
virtual bool NXOpen::Features::ShipDesign::SelectPartBuilder::Validate ( )
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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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