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

Represents the ship navigator node builder to add or edit ship navigator node. More...

Inheritance diagram for NXOpen::ShipDesign::ShipNavigatorNodeBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  NodeTypes { NodeTypesObject, NodeTypesPart, NodeTypesContainer }
 Settings to indicate the type of ship navigator node. More...
 

Public Member Functions

bool ExpandChildNodes ()
 Returns the setting indicates if the node we create or edit will expand its children in ship navigator. More...
 
NXString NodeName ()
 Returns the ship navigator node name. More...
 
NXOpen::ShipDesign::ShipNavigatorNodeBuilder::NodeTypes NodeType ()
 Returns the ship navigator node type, which can be object, part or container. More...
 
void SetExpandChildNodes (bool expandNode)
 Sets the setting indicates if the node we create or edit will expand its children in ship navigator. More...
 
void SetNodeName (const NXString &nodeName)
 Sets the ship navigator node name. More...
 
void SetNodeName (const char *nodeName)
 Sets the ship navigator node name. More...
 
void SetNodeType (NXOpen::ShipDesign::ShipNavigatorNodeBuilder::NodeTypes type)
 Sets the ship navigator node type, which can be object, part or container. More...
 
NXOpen::Features::SelectFeatureListSourceFeatures ()
 Returns the list of features used to create ship navigator object node. More...
 
NXOpen::Assemblies::SelectComponentListSourceParts ()
 Returns the list of parts used to create ship navigator part nodes. 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

Represents the ship navigator node builder to add or edit ship navigator node.


To create a new instance of this class, use NXOpen::ShipDesign::NavigatorCollection::CreateShipNavigatorNodeBuilder

Created in NX11.0.1.

Member Enumeration Documentation

Settings to indicate the type of ship navigator node.

Enumerator
NodeTypesObject 

The object node type.

NodeTypesPart 

The part node type.

NodeTypesContainer 

The container node type.

Member Function Documentation

bool NXOpen::ShipDesign::ShipNavigatorNodeBuilder::ExpandChildNodes ( )

Returns the setting indicates if the node we create or edit will expand its children in ship navigator.


Created in NX11.0.1.

License requirements : None

NXString NXOpen::ShipDesign::ShipNavigatorNodeBuilder::NodeName ( )

Returns the ship navigator node name.


Created in NX11.0.1.

License requirements : None

NXOpen::ShipDesign::ShipNavigatorNodeBuilder::NodeTypes NXOpen::ShipDesign::ShipNavigatorNodeBuilder::NodeType ( )

Returns the ship navigator node type, which can be object, part or container.


Created in NX11.0.1.

License requirements : None

void NXOpen::ShipDesign::ShipNavigatorNodeBuilder::SetExpandChildNodes ( bool  expandNode)

Sets the setting indicates if the node we create or edit will expand its children in ship navigator.


Created in NX11.0.1.

License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

Parameters
expandNodeexpandnode
void NXOpen::ShipDesign::ShipNavigatorNodeBuilder::SetNodeName ( const NXString nodeName)

Sets the ship navigator node name.


Created in NX11.0.1.

License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

Parameters
nodeNamenodename
void NXOpen::ShipDesign::ShipNavigatorNodeBuilder::SetNodeName ( const char *  nodeName)

Sets the ship navigator node name.


Created in NX11.0.1.

License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

Parameters
nodeNamenodename
void NXOpen::ShipDesign::ShipNavigatorNodeBuilder::SetNodeType ( NXOpen::ShipDesign::ShipNavigatorNodeBuilder::NodeTypes  type)

Sets the ship navigator node type, which can be object, part or container.


Created in NX11.0.1.

License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

Parameters
typetype
NXOpen::Features::SelectFeatureList* NXOpen::ShipDesign::ShipNavigatorNodeBuilder::SourceFeatures ( )

Returns the list of features used to create ship navigator object node.


Created in NX11.0.1.

License requirements : None

NXOpen::Assemblies::SelectComponentList* NXOpen::ShipDesign::ShipNavigatorNodeBuilder::SourceParts ( )

Returns the list of parts used to create ship navigator part nodes.


Created in NX11.0.1.

License requirements : None


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