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

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

Created in NX7.5.0. More...

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

Public Types

enum  CoordinateSystemDataType { CoordinateSystemDataTypeCartesian, CoordinateSystemDataTypeCylindrical, CoordinateSystemDataTypeSpherical }
 indicates which type of coordinate system data to use More...
 
enum  OrientationMethod { OrientationMethodVector, OrientationMethodCsystem, OrientationMethodNode, OrientationMethodCsystemData }
 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::BushingEADBuilder::CoordinateSystemDataType CsysDataType ()
 Returns the get selection csys data type gets coordinate system data type
Created in NX12.0.0. More...
 
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::BushingEADBuilder::State OrientationState ()
 Returns the state drives the commit action
Created in NX7.5.0. More...
 
NXOpen::CAE::BushingEADBuilder::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 bushing element
Created in NX11.0.1. More...
 
NXOpen::CAE::BushingEADBuilder::State PhysicalPropertyTableState ()
 Returns the physical property table state state drives the action upon commit
Created in NX11.0.1. More...
 
NXOpen::PointPointInPlane ()
 Returns the get coordinate system data point in plane gets the coordinates of point in x-z plane if cartesian csys or point in azimuthal origin plane if cylindrical/spherical csys for orientation
Created in NX12.0.0. More...
 
NXOpen::PointPointOnZaxis ()
 Returns the get coordinate system data point on z axis gets the coordinates of point on z-axis for orientation
Created in NX12.0.0. More...
 
NXOpen::PointPointOrigin ()
 Returns the get coordinate system data point origin gets the coordinates of origin point for orientation
Created in NX12.0.0. More...
 
int PreferredLabel ()
 Returns the get preferred csys label gets the label assigned to the csys data
Created in NX12.0.0. More...
 
void SetCsysDataType (NXOpen::CAE::BushingEADBuilder::CoordinateSystemDataType csysDataType)
 Sets the get selection csys data type gets coordinate system data type
Created in NX12.0.0. 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::BushingEADBuilder::State orientationState)
 Sets the state drives the commit action
Created in NX7.5.0. More...
 
void SetOriMethod (NXOpen::CAE::BushingEADBuilder::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 bushing element
Created in NX11.0.1. More...
 
void SetPhysicalPropertyTableState (NXOpen::CAE::BushingEADBuilder::State physicalPropertyTableState)
 Sets the physical property table state state drives the action upon commit
Created in NX11.0.1. More...
 
void SetPointInPlane (NXOpen::Point *planePoint)
 Sets the get coordinate system data point in plane gets the coordinates of point in x-z plane if cartesian csys or point in azimuthal origin plane if cylindrical/spherical csys for orientation
Created in NX12.0.0. More...
 
void SetPointOnZaxis (NXOpen::Point *zAxisPoint)
 Sets the get coordinate system data point on z axis gets the coordinates of point on z-axis for orientation
Created in NX12.0.0. More...
 
void SetPointOrigin (NXOpen::Point *originPoint)
 Sets the get coordinate system data point origin gets the coordinates of origin point for orientation
Created in NX12.0.0. More...
 
void SetPreferredLabel (int preferredLabel)
 Sets the get preferred csys label gets the label assigned to the csys data
Created in NX12.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

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

Created in NX7.5.0.


Member Enumeration Documentation

indicates which type of coordinate system data to use

Enumerator
CoordinateSystemDataTypeCartesian 

use cartesian coordinate system data to orient the element

CoordinateSystemDataTypeCylindrical 

use cylindrical coordinate system data to orient the element

CoordinateSystemDataTypeSpherical 

use spherical coordinate system data to orient the element

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

OrientationMethodCsystemData 

use a csys data 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::BushingEADBuilder::CoordinateSystemDataType NXOpen::CAE::BushingEADBuilder::CsysDataType ( )

Returns the get selection csys data type gets coordinate system data type
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

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

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



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CoordinateSystem* NXOpen::CAE::BushingEADBuilder::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::BushingEADBuilder::OriDirr ( )

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



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::BushingEADBuilder::State NXOpen::CAE::BushingEADBuilder::OrientationState ( )

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



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::BushingEADBuilder::OrientationMethod NXOpen::CAE::BushingEADBuilder::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::BushingEADBuilder::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::BushingEADBuilder::PhysicalPropertyTable ( )

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



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::BushingEADBuilder::State NXOpen::CAE::BushingEADBuilder::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")

NXOpen::Point* NXOpen::CAE::BushingEADBuilder::PointInPlane ( )

Returns the get coordinate system data point in plane gets the coordinates of point in x-z plane if cartesian csys or point in azimuthal origin plane if cylindrical/spherical csys for orientation
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::Point* NXOpen::CAE::BushingEADBuilder::PointOnZaxis ( )

Returns the get coordinate system data point on z axis gets the coordinates of point on z-axis for orientation
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::Point* NXOpen::CAE::BushingEADBuilder::PointOrigin ( )

Returns the get coordinate system data point origin gets the coordinates of origin point for orientation
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

int NXOpen::CAE::BushingEADBuilder::PreferredLabel ( )

Returns the get preferred csys label gets the label assigned to the csys data
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

void NXOpen::CAE::BushingEADBuilder::SetCsysDataType ( NXOpen::CAE::BushingEADBuilder::CoordinateSystemDataType  csysDataType)

Sets the get selection csys data type gets coordinate system data type
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
csysDataTypecsysdatatype
void NXOpen::CAE::BushingEADBuilder::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::BushingEADBuilder::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::BushingEADBuilder::SetOrientationState ( NXOpen::CAE::BushingEADBuilder::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::BushingEADBuilder::SetOriMethod ( NXOpen::CAE::BushingEADBuilder::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::BushingEADBuilder::SetPhysicalPropertyTable ( NXOpen::CAE::PhysicalPropertyTable physicalPropertyTable)

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



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
physicalPropertyTablephysicalpropertytable
void NXOpen::CAE::BushingEADBuilder::SetPhysicalPropertyTableState ( NXOpen::CAE::BushingEADBuilder::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
void NXOpen::CAE::BushingEADBuilder::SetPointInPlane ( NXOpen::Point planePoint)

Sets the get coordinate system data point in plane gets the coordinates of point in x-z plane if cartesian csys or point in azimuthal origin plane if cylindrical/spherical csys for orientation
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
planePointorientation csys data point in the x-z plane if cartesian csys or azimuthal origin plane if cylindrical/spherical csys
void NXOpen::CAE::BushingEADBuilder::SetPointOnZaxis ( NXOpen::Point zAxisPoint)

Sets the get coordinate system data point on z axis gets the coordinates of point on z-axis for orientation
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
zAxisPointorientation csys data point on z-axis
void NXOpen::CAE::BushingEADBuilder::SetPointOrigin ( NXOpen::Point originPoint)

Sets the get coordinate system data point origin gets the coordinates of origin point for orientation
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
originPointorientation csys data origin point
void NXOpen::CAE::BushingEADBuilder::SetPreferredLabel ( int  preferredLabel)

Sets the get preferred csys label gets the label assigned to the csys data
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
preferredLabelpreferredlabel

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