NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.NodeCreateBuilder Class Reference

Represents a NXOpen.CAE.NodeCreateBuilder . More...

Inheritance diagram for NXOpen.CAE.NodeCreateBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.CAE.FENode CommitNode ()
 Commits the Builder, which creates the node as it was defined and returns the newly create node. More...
 
- 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override 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...
 

Properties

unsafe NXOpen.CoordinateSystem Csys [get, set]
 Returns or sets the csys More...
 
unsafe NXOpen.CoordinateSystem DispCsys [get, set]
 Returns or sets the dispCsys More...
 
unsafe int Increment [get, set]
 Returns or sets the increment More...
 
unsafe int Label [get, set]
 Returns or sets the label More...
 
unsafe NXOpen.Expression PAngle [get]
 Returns the p angle More...
 
unsafe NXOpen.Point Point [get, set]
 Returns or sets the point More...
 
unsafe bool SingleOption [get, set]
 Returns or sets the single option More...
 
unsafe NXOpen.Expression TAngle [get]
 Returns the t angle More...
 
unsafe NXOpen.Expression X [get]
 Returns the x More...
 
unsafe NXOpen.Expression Y [get]
 Returns the y More...
 
unsafe NXOpen.Expression Z [get]
 Returns the z More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.CAE.NodeCreateBuilder .

If you want to get the newly created node returned from this builder use the method NXOpen.CAE.NodeCreateBuilder.CommitNode instead of Builder.Commit . They do the same thing except no node is returned from Builder.Commit since this node is of type NXOpen.CAE.FENode and not of type NXOpen.NXObject

To create a new instance of this class, use NXOpen.CAE.NodeElementManager.CreateNodeCreateBuilder

Created in NX5.0.0

Member Function Documentation

unsafe NXOpen.CAE.FENode NXOpen.CAE.NodeCreateBuilder.CommitNode ( )
inline

Commits the Builder, which creates the node as it was defined and returns the newly create node.

The method Builder.Commit will also do the same thing except no node are returned and Builder.GetCommittedObjects can't be used since this node is not of type NXOpen.NXObject

Created in NX8.0.3

License requirements: nx_masterfem ("Finite Element Modeling")

Returns
new Node

Property Documentation

unsafe NXOpen.CoordinateSystem NXOpen.CAE.NodeCreateBuilder.Csys
getset

Returns or sets the csys

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CoordinateSystem NXOpen.CAE.NodeCreateBuilder.DispCsys
getset

Returns or sets the dispCsys

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.NodeCreateBuilder.Increment
getset

Returns or sets the increment

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe int NXOpen.CAE.NodeCreateBuilder.Label
getset

Returns or sets the label

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.Expression NXOpen.CAE.NodeCreateBuilder.PAngle
get

Returns the p angle

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Point NXOpen.CAE.NodeCreateBuilder.Point
getset

Returns or sets the point

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe bool NXOpen.CAE.NodeCreateBuilder.SingleOption
getset

Returns or sets the single option

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Expression NXOpen.CAE.NodeCreateBuilder.TAngle
get

Returns the t angle

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.NodeCreateBuilder.X
get

Returns the x

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.NodeCreateBuilder.Y
get

Returns the y

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.NodeCreateBuilder.Z
get

Returns the z

Created in NX5.0.0

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.