NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  NodeTypes { Object, Part, Container }
 Settings to indicate the type of ship navigator node. More...
 

Properties

unsafe bool ExpandChildNodes [get, set]
 Returns or sets the setting indicates if the node we create or edit will expand its children in ship navigator. More...
 
unsafe string NodeName [get, set]
 Returns or sets the ship navigator node name. More...
 
unsafe
NXOpen.ShipDesign.ShipNavigatorNodeBuilder.NodeTypes 
NodeType [get, set]
 Returns or sets the ship navigator node type, which can be object, part or container. More...
 
unsafe
NXOpen.Features.SelectFeatureList 
SourceFeatures [get]
 Returns the list of features used to create ship navigator object node. More...
 
unsafe
NXOpen.Assemblies.SelectComponentList 
SourceParts [get]
 Returns the list of parts used to create ship navigator part nodes. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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
Object 

The object node type.

Part 

The part node type.

Container 

The container node type.

Property Documentation

unsafe bool NXOpen.ShipDesign.ShipNavigatorNodeBuilder.ExpandChildNodes
getset

Returns or 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 to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

unsafe string NXOpen.ShipDesign.ShipNavigatorNodeBuilder.NodeName
getset

Returns or sets the ship navigator node name.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.ShipDesign.ShipNavigatorNodeBuilder.NodeTypes NXOpen.ShipDesign.ShipNavigatorNodeBuilder.NodeType
getset

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

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.Features.SelectFeatureList NXOpen.ShipDesign.ShipNavigatorNodeBuilder.SourceFeatures
get

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

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.Assemblies.SelectComponentList NXOpen.ShipDesign.ShipNavigatorNodeBuilder.SourceParts
get

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.