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

Represents a NXOpen::CAE::ReassignElementsBuilder
To create a new instance of this class, use NXOpen::CAE::MeshManager::CreateReassignElementsBuilder

Created in NX5.0.0. More...

Inheritance diagram for NXOpen::CAE::ReassignElementsBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ElementDimensionOption { ElementDimensionOptionPoint, ElementDimensionOptionBeam, ElementDimensionOptionShell, ElementDimensionOptionSolid }
 Indicates the different element dimensions. More...
 
enum  ElementTypeOption { ElementTypeOptionFirstValue }
 Indicates the element types for each dimension. More...
 

Public Member Functions

NXString EccName ()
 Returns the ECC name
Created in NX5.0.0. More...
 
NXOpen::CAE::ReassignElementsBuilder::ElementDimensionOption ElementDimOpt ()
 Returns the element dim opt
Created in NX5.0.0. More...
 
NXOpen::CAE::ReassignElementsBuilder::ElementTypeOption ElementTypeOpt ()
 Returns the element type opt
Created in NX5.0.0. More...
 
NXOpen::CAE::SelectElementsBuilderElemSel ()
 Returns the elem sel
Created in NX5.0.0. More...
 
void SetEccName (const NXString &eccName)
 Sets the ECC name
Created in NX5.0.0. More...
 
void SetEccName (const char *eccName)
 Sets the ECC name
Created in NX5.0.0. More...
 
void SetElementDimOpt (NXOpen::CAE::ReassignElementsBuilder::ElementDimensionOption elementDimOpt)
 Sets the element dim opt
Created in NX5.0.0. More...
 
void SetElementTypeOpt (NXOpen::CAE::ReassignElementsBuilder::ElementTypeOption elementTypeOpt)
 Sets the element type opt
Created in NX5.0.0. 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 a NXOpen::CAE::ReassignElementsBuilder
To create a new instance of this class, use NXOpen::CAE::MeshManager::CreateReassignElementsBuilder

Created in NX5.0.0.


Member Enumeration Documentation

Indicates the different element dimensions.

Enumerator
ElementDimensionOptionPoint 

0-d

ElementDimensionOptionBeam 

1-d

ElementDimensionOptionShell 

2-d

ElementDimensionOptionSolid 

3-d

Indicates the element types for each dimension.

Since this varies dynamically based on the language and dimension Will not touch this for now.

Enumerator
ElementTypeOptionFirstValue 

first value

Member Function Documentation

NXString NXOpen::CAE::ReassignElementsBuilder::EccName ( )

Returns the ECC name
Created in NX5.0.0.



License requirements : None

NXOpen::CAE::ReassignElementsBuilder::ElementDimensionOption NXOpen::CAE::ReassignElementsBuilder::ElementDimOpt ( )

Returns the element dim opt
Created in NX5.0.0.



License requirements : None

NXOpen::CAE::ReassignElementsBuilder::ElementTypeOption NXOpen::CAE::ReassignElementsBuilder::ElementTypeOpt ( )

Returns the element type opt
Created in NX5.0.0.



License requirements : None

NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::ReassignElementsBuilder::ElemSel ( )

Returns the elem sel
Created in NX5.0.0.



License requirements : None

void NXOpen::CAE::ReassignElementsBuilder::SetEccName ( const NXString eccName)

Sets the ECC name
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
eccNameeccname
void NXOpen::CAE::ReassignElementsBuilder::SetEccName ( const char *  eccName)

Sets the ECC name
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
eccNameeccname
void NXOpen::CAE::ReassignElementsBuilder::SetElementDimOpt ( NXOpen::CAE::ReassignElementsBuilder::ElementDimensionOption  elementDimOpt)

Sets the element dim opt
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
elementDimOptelementdimopt
void NXOpen::CAE::ReassignElementsBuilder::SetElementTypeOpt ( NXOpen::CAE::ReassignElementsBuilder::ElementTypeOption  elementTypeOpt)

Sets the element type opt
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
elementTypeOptelementtypeopt

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