NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.Features.ShipDesign.ProjectStructureNode Class Reference

Represents a project structure node for ship project setup. More...

Inheritance diagram for NXOpen.Features.ShipDesign.ProjectStructureNode:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void GetChildNodes (out NXOpen.Features.ShipDesign.ProjectStructureNode[] childNodes)
 Gets the child nodes. More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. More...
 

Properties

unsafe bool Checked [get, set]
 Returns or sets the node check status. More...
 
unsafe bool CreateAsRootPart [get, set]
 Returns or sets the flag to indicate whether the node is created as the root part. More...
 
unsafe string SelectedSpecialization [get, set]
 Returns or sets the node specialization used to define what template is used to create the part. More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

Represents a project structure node for ship project setup.

This node is to mark a structure node to create

Created in NX12.0.1

Member Function Documentation

override void NXOpen.Features.ShipDesign.ProjectStructureNode.FreeResource ( )
inlineprotectedvirtual

Free resources associated with the instance.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Created in NX12.0.1

License requirements: None.

Implements NXOpen.TransientObject.

unsafe void NXOpen.Features.ShipDesign.ProjectStructureNode.GetChildNodes ( out NXOpen.Features.ShipDesign.ProjectStructureNode[]  childNodes)
inline

Gets the child nodes.

Created in NX12.0.1

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

Parameters
childNodesThe project structure nodes.

Property Documentation

unsafe bool NXOpen.Features.ShipDesign.ProjectStructureNode.Checked
getset

Returns or sets the node check status.

Created in NX12.0.1

License requirements to get this property: None.

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

unsafe bool NXOpen.Features.ShipDesign.ProjectStructureNode.CreateAsRootPart
getset

Returns or sets the flag to indicate whether the node is created as the root part.

Created in NX12.0.1

License requirements to get this property: None.

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

unsafe string NXOpen.Features.ShipDesign.ProjectStructureNode.SelectedSpecialization
getset

Returns or sets the node specialization used to define what template is used to create the part.

Created in NX12.0.1

License requirements to get this property: None.

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


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