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

This class provides Gap Associated Data Support
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateGapEadBuilder

Created in NX7.5.0. More...

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

Public Types

enum  OrientationMethod { OrientationMethodVector, OrientationMethodCsystem, OrientationMethodNode }
 indicates which orientation method to use More...
 
enum  State { StateApply, StateClear, StateIgnore }
 indicates to ignore, apply or clear the state property upon commit More...
 

Public Member Functions

NXOpen::CAE::SelectElementsBuilderElements ()
 Returns the select element operator selects elements
Created in NX7.5.0. More...
 
NXOpen::CoordinateSystemOriCsystem ()
 Returns the get coordinate system method gets the coordinate system for orienting by coordinate system
Created in NX7.5.0. More...
 
NXOpen::DirectionOriDirr ()
 Returns the get oriDirr operator gets orientaion vector value
Created in NX7.5.0. More...
 
NXOpen::CAE::GapEADBuilder::State OrientationState ()
 Returns the state drives the commit action
Created in NX7.5.0. More...
 
NXOpen::CAE::GapEADBuilder::OrientationMethod OriMethod ()
 Returns the method to get the element orientation method
Created in NX7.5.0. More...
 
NXOpen::CAE::SelectFENodeListOriNode ()
 Returns the get ori_node operator selects an orientation node
Created in NX7.5.0. More...
 
NXOpen::CAE::PhysicalPropertyTablePhysicalPropertyTable ()
 Returns the physical property table of the gap element
Created in NX11.0.1. More...
 
NXOpen::CAE::GapEADBuilder::State PhysicalPropertyTableState ()
 Returns the physical property table state state drives the action upon commit
Created in NX11.0.1. More...
 
void SetOriCsystem (NXOpen::CoordinateSystem *oriCsystem)
 Sets the get coordinate system method gets the coordinate system for orienting by coordinate system
Created in NX7.5.0. More...
 
void SetOriDirr (NXOpen::Direction *oriDirr)
 Sets the get oriDirr operator gets orientaion vector value
Created in NX7.5.0. More...
 
void SetOrientationState (NXOpen::CAE::GapEADBuilder::State orientationState)
 Sets the state drives the commit action
Created in NX7.5.0. More...
 
void SetOriMethod (NXOpen::CAE::GapEADBuilder::OrientationMethod oriMethod)
 Sets the method to get the element orientation method
Created in NX7.5.0. More...
 
void SetPhysicalPropertyTable (NXOpen::CAE::PhysicalPropertyTable *physicalPropertyTable)
 Sets the physical property table of the gap element
Created in NX11.0.1. More...
 
void SetPhysicalPropertyTableState (NXOpen::CAE::GapEADBuilder::State physicalPropertyTableState)
 Sets the physical property table state state drives the action upon commit
Created in NX11.0.1. 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

This class provides Gap Associated Data Support
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateGapEadBuilder

Created in NX7.5.0.


Member Enumeration Documentation

indicates which orientation method to use

Enumerator
OrientationMethodVector 

use a vector to orient the element

OrientationMethodCsystem 

use a csystem to orient the element

OrientationMethodNode 

use a node to orient the element

indicates to ignore, apply or clear the state property upon commit

Enumerator
StateApply 

apply the property

StateClear 

clear the property

StateIgnore 

ignore the property

Member Function Documentation

NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::GapEADBuilder::Elements ( )

Returns the select element operator selects elements
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CoordinateSystem* NXOpen::CAE::GapEADBuilder::OriCsystem ( )

Returns the get coordinate system method gets the coordinate system for orienting by coordinate system
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::Direction* NXOpen::CAE::GapEADBuilder::OriDirr ( )

Returns the get oriDirr operator gets orientaion vector value
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::GapEADBuilder::State NXOpen::CAE::GapEADBuilder::OrientationState ( )

Returns the state drives the commit action
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::GapEADBuilder::OrientationMethod NXOpen::CAE::GapEADBuilder::OriMethod ( )

Returns the method to get the element orientation method
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::SelectFENodeList* NXOpen::CAE::GapEADBuilder::OriNode ( )

Returns the get ori_node operator selects an orientation node
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::GapEADBuilder::PhysicalPropertyTable ( )

Returns the physical property table of the gap element
Created in NX11.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::GapEADBuilder::State NXOpen::CAE::GapEADBuilder::PhysicalPropertyTableState ( )

Returns the physical property table state state drives the action upon commit
Created in NX11.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

void NXOpen::CAE::GapEADBuilder::SetOriCsystem ( NXOpen::CoordinateSystem oriCsystem)

Sets the get coordinate system method gets the coordinate system for orienting by coordinate system
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
oriCsystemoricsystem
void NXOpen::CAE::GapEADBuilder::SetOriDirr ( NXOpen::Direction oriDirr)

Sets the get oriDirr operator gets orientaion vector value
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
oriDirroridirr
void NXOpen::CAE::GapEADBuilder::SetOrientationState ( NXOpen::CAE::GapEADBuilder::State  orientationState)

Sets the state drives the commit action
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
orientationStateorientation state
void NXOpen::CAE::GapEADBuilder::SetOriMethod ( NXOpen::CAE::GapEADBuilder::OrientationMethod  oriMethod)

Sets the method to get the element orientation method
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
oriMethodorimethod
void NXOpen::CAE::GapEADBuilder::SetPhysicalPropertyTable ( NXOpen::CAE::PhysicalPropertyTable physicalPropertyTable)

Sets the physical property table of the gap element
Created in NX11.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
physicalPropertyTablephysicalpropertytable
void NXOpen::CAE::GapEADBuilder::SetPhysicalPropertyTableState ( NXOpen::CAE::GapEADBuilder::State  physicalPropertyTableState)

Sets the physical property table state state drives the action upon commit
Created in NX11.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
physicalPropertyTableStatephysicalpropertytablestate

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