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

Represents a NXOpen.CAE.MultipleNodeCreateBuilder which can be used to create multiple nodes in one efficient operation. More...

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

Public Member Functions

unsafe void AddNodes (NXOpen.Point3d[] positions)
 Adds new node definitions at specified positions with respect to the defined reference coordinate system. More...
 
unsafe void AddNodes (NXOpen.Point3d[] positions, int[] labels)
 Adds a new node definition at specified positions with respect to the defined reference coordinate system. More...
 
unsafe NXOpen.CAE.FENode[] CommitNodes ()
 Commits the Builder, which creates nodes as they were defined and returns the newly create nodes. 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 int LabelIncrement [get, set]
 Returns or sets the label increment used when calculating next node label when assigning node labels More...
 
unsafe int StartLabel [get, set]
 Returns or sets the starting label used to assign node labels, if no explicit labels were defined. 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

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

Detailed Description

Represents a NXOpen.CAE.MultipleNodeCreateBuilder which can be used to create multiple nodes in one efficient operation.

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

Created in NX7.5.2

Member Function Documentation

unsafe void NXOpen.CAE.MultipleNodeCreateBuilder.AddNodes ( NXOpen.Point3d[]  positions)
inline

Adds new node definitions at specified positions with respect to the defined reference coordinate system.

New node will be created only after when NXOpen.CAE.MultipleNodeCreateBuilder.CommitNodes is done. Since node labels weren't specified, the builder will assign them automatically based on the setting of NXOpen.CAE.MultipleNodeCreateBuilder.StartLabel and NXOpen.CAE.MultipleNodeCreateBuilder.LabelIncrement

Created in NX7.5.2

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
positionsnew FENodes positions
unsafe void NXOpen.CAE.MultipleNodeCreateBuilder.AddNodes ( NXOpen.Point3d[]  positions,
int[]  labels 
)
inline

Adds a new node definition at specified positions with respect to the defined reference coordinate system.

New node will be created only after when NXOpen.CAE.MultipleNodeCreateBuilder.CommitNodes is done. Since node labels weren't specified, the builder will assign them automatically based on the setting of NXOpen.CAE.MultipleNodeCreateBuilder.StartLabel and NXOpen.CAE.MultipleNodeCreateBuilder.LabelIncrement

Created in NX7.5.2

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
positionsnew FENodes positions
labelsnew FENodes labels. If the specified label is less than or equal to 0 then the builder will automatically assign a valid label based on the builders labeling rules. If a label is specified it must be unique in this part.
unsafe NXOpen.CAE.FENode [] NXOpen.CAE.MultipleNodeCreateBuilder.CommitNodes ( )
inline

Commits the Builder, which creates nodes as they were defined and returns the newly create nodes.

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

Created in NX7.5.2

License requirements: nx_masterfem ("Finite Element Modeling")

Returns
new FENodes positions

Property Documentation

unsafe int NXOpen.CAE.MultipleNodeCreateBuilder.LabelIncrement
getset

Returns or sets the label increment used when calculating next node label when assigning node labels

Created in NX7.5.2

License requirements to get this property: None.

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

unsafe int NXOpen.CAE.MultipleNodeCreateBuilder.StartLabel
getset

Returns or sets the starting label used to assign node labels, if no explicit labels were defined.

If no start label is specified, the next available node for this part.

Created in NX7.5.2

License requirements to get this property: None.

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


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