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

This class provides Shell Associated Data Support
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateShellEadBuilder
Default values. More...

Inheritance diagram for NXOpen::CAE::ShellEADBuilder:
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  MaterialOrientationMethod { MaterialOrientationMethodCoordinateSystem, MaterialOrientationMethodVectorProjection, MaterialOrientationMethodCoordinateSystemData }
 indicates which material orientation method to use More...
 
enum  State { StateIgnore, StateApply, StateClear }
 indicates to ignore, apply or clear the state property upon commit More...
 

Public Member Functions

NXOpen::CoordinateSystemCoordinateSystem ()
 Returns the get coordinate system method gets the coordinate system for orienting by coordinate system
Created in NX6.0.0. More...
 
NXOpen::CAE::ShellEADBuilder::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 NX6.0.0. More...
 
NXOpen::ExpressionGapThicknessExpression ()
 Returns the gap thickness expression of the shell element
Created in NX11.0.0. More...
 
NXOpen::CAE::ShellEADBuilder::State GapThicknessState ()
 Returns the gap thickness state drives the action upon commit
Created in NX11.0.0. More...
 
NXOpen::CAE::ShellEADBuilder::State MaterialOrientationState ()
 Returns the material orientation state drives the action upon commit
Created in NX6.0.0. More...
 
NXOpen::CAE::SelectFENodeListNode ()
 Returns the select nodes operator selects nodes to limit thickness to
Created in NX6.0.1. More...
 
NXOpen::CAE::SelectFENodeListNodeGaps ()
 Returns the select nodes operator selects nodes to limit gap thickness to
Created in NX11.0.0. More...
 
NXOpen::CAE::PhysicalPropertyTablePhysicalPropertyTable ()
 Returns the physical property table of the shell element
Created in NX11.0.1. More...
 
NXOpen::CAE::ShellEADBuilder::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 material 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 material orientation
Created in NX12.0.0. More...
 
NXOpen::PointPointOrigin ()
 Returns the get coordinate system data point origin gets the coordinates of origin point for material 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 SetCoordinateSystem (NXOpen::CoordinateSystem *coordinateSystem)
 Sets the get coordinate system method gets the coordinate system for orienting by coordinate system
Created in NX6.0.0. More...
 
void SetCsysDataType (NXOpen::CAE::ShellEADBuilder::CoordinateSystemDataType csysDataType)
 Sets the get selection csys data type gets coordinate system data type
Created in NX12.0.0. More...
 
void SetGapThicknessState (NXOpen::CAE::ShellEADBuilder::State gapThicknessState)
 Sets the gap thickness state drives the action upon commit
Created in NX11.0.0. More...
 
void SetMaterialOrientationState (NXOpen::CAE::ShellEADBuilder::State materialOrientationState)
 Sets the material orientation state drives the action upon commit
Created in NX6.0.0. More...
 
NXOpen::CAE::ShellEADBuilder::MaterialOrientationMethod SetMatOriMethod ()
 Returns the get selection ori operator gets material orientation method
Created in NX6.0.0. More...
 
void SetPhysicalPropertyTable (NXOpen::CAE::PhysicalPropertyTable *physicalPropertyTable)
 Sets the physical property table of the shell element
Created in NX11.0.1. More...
 
void SetPhysicalPropertyTableState (NXOpen::CAE::ShellEADBuilder::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 material 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 material 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 material 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...
 
void SetSetMatOriMethod (NXOpen::CAE::ShellEADBuilder::MaterialOrientationMethod setMatOriMethod)
 Sets the get selection ori operator gets material orientation method
Created in NX6.0.0. More...
 
void SetThicknessState (NXOpen::CAE::ShellEADBuilder::State thicknessState)
 Sets the thickness state drives the action upon commit
Created in NX6.0.0. More...
 
void SetVector (NXOpen::Direction *vector)
 Sets the get vector method gets the projection vector for material orientation
Created in NX6.0.0. More...
 
void SetZoffsetState (NXOpen::CAE::ShellEADBuilder::State zoffsetState)
 Sets the zoffset state drives the action upon commit
Created in NX7.5.0. More...
 
NXOpen::ExpressionThicknessExpression ()
 Returns the thickness expression of the shell element
Created in NX6.0.0. More...
 
NXOpen::CAE::ShellEADBuilder::State ThicknessState ()
 Returns the thickness state drives the action upon commit
Created in NX6.0.0. More...
 
NXOpen::DirectionVector ()
 Returns the get vector method gets the projection vector for material orientation
Created in NX6.0.0. More...
 
NXOpen::ExpressionZoffsetExpression ()
 Returns the zoffset expression of the shell element
Created in NX7.5.0. More...
 
NXOpen::CAE::ShellEADBuilder::State ZoffsetState ()
 Returns the zoffset state drives the action upon commit
Created in NX7.5.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 Shell Associated Data Support
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateShellEadBuilder
Default values.

Property Value

GapThicknessState

Ignore

MaterialOrientationState

Ignore

PhysicalPropertyTableState

Ignore

SetMatOriMethod

CoordinateSystem

ThicknessState

Ignore

ZoffsetState

Ignore


Created in NX6.0.0.

Member Enumeration Documentation

indicates which type of coordinate system data to use

Enumerator
CoordinateSystemDataTypeCartesian 

use cartesian coordinate system data to orient the material

CoordinateSystemDataTypeCylindrical 

use cylindrical coordinate system data to orient the material

CoordinateSystemDataTypeSpherical 

use spherical coordinate system data to orient the material

indicates which material orientation method to use

Enumerator
MaterialOrientationMethodCoordinateSystem 

use a coordinate system to orient the material

MaterialOrientationMethodVectorProjection 

use a vector projected to the shell to orient the material

MaterialOrientationMethodCoordinateSystemData 

use coordinate system raw data to orient the material

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

Enumerator
StateIgnore 

do nothing to the property

StateApply 

apply the property

StateClear 

clear the property

Member Function Documentation

NXOpen::CoordinateSystem* NXOpen::CAE::ShellEADBuilder::CoordinateSystem ( )

Returns the get coordinate system method gets the coordinate system for orienting by coordinate system
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::ShellEADBuilder::CoordinateSystemDataType NXOpen::CAE::ShellEADBuilder::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::ShellEADBuilder::Elements ( )

Returns the select element operator selects elements
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::Expression* NXOpen::CAE::ShellEADBuilder::GapThicknessExpression ( )

Returns the gap thickness expression of the shell element
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::ShellEADBuilder::State NXOpen::CAE::ShellEADBuilder::GapThicknessState ( )

Returns the gap thickness state drives the action upon commit
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::ShellEADBuilder::State NXOpen::CAE::ShellEADBuilder::MaterialOrientationState ( )

Returns the material orientation state drives the action upon commit
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::SelectFENodeList* NXOpen::CAE::ShellEADBuilder::Node ( )

Returns the select nodes operator selects nodes to limit thickness to
Created in NX6.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::SelectFENodeList* NXOpen::CAE::ShellEADBuilder::NodeGaps ( )

Returns the select nodes operator selects nodes to limit gap thickness to
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::ShellEADBuilder::PhysicalPropertyTable ( )

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



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::ShellEADBuilder::State NXOpen::CAE::ShellEADBuilder::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::ShellEADBuilder::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 material orientation
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

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

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



License requirements : nx_masterfem ("Finite Element Modeling")

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

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



License requirements : nx_masterfem ("Finite Element Modeling")

int NXOpen::CAE::ShellEADBuilder::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::ShellEADBuilder::SetCoordinateSystem ( NXOpen::CoordinateSystem coordinateSystem)

Sets the get coordinate system method gets the coordinate system for orienting by coordinate system
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
coordinateSystemcoordinatesystem
void NXOpen::CAE::ShellEADBuilder::SetCsysDataType ( NXOpen::CAE::ShellEADBuilder::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::ShellEADBuilder::SetGapThicknessState ( NXOpen::CAE::ShellEADBuilder::State  gapThicknessState)

Sets the gap thickness state drives the action upon commit
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
gapThicknessStategapthicknessstate
void NXOpen::CAE::ShellEADBuilder::SetMaterialOrientationState ( NXOpen::CAE::ShellEADBuilder::State  materialOrientationState)

Sets the material orientation state drives the action upon commit
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
materialOrientationStatematerialorientationstate
NXOpen::CAE::ShellEADBuilder::MaterialOrientationMethod NXOpen::CAE::ShellEADBuilder::SetMatOriMethod ( )

Returns the get selection ori operator gets material orientation method
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

void NXOpen::CAE::ShellEADBuilder::SetPhysicalPropertyTable ( NXOpen::CAE::PhysicalPropertyTable physicalPropertyTable)

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



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
physicalPropertyTablephysicalpropertytable
void NXOpen::CAE::ShellEADBuilder::SetPhysicalPropertyTableState ( NXOpen::CAE::ShellEADBuilder::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::ShellEADBuilder::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 material orientation
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

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

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



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
zAxisPointmaterial orientation csys data point on z-axis
void NXOpen::CAE::ShellEADBuilder::SetPointOrigin ( NXOpen::Point originPoint)

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



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
originPointmaterial orientation csys data origin point
void NXOpen::CAE::ShellEADBuilder::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
void NXOpen::CAE::ShellEADBuilder::SetSetMatOriMethod ( NXOpen::CAE::ShellEADBuilder::MaterialOrientationMethod  setMatOriMethod)

Sets the get selection ori operator gets material orientation method
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
setMatOriMethodsetmatorimethod
void NXOpen::CAE::ShellEADBuilder::SetThicknessState ( NXOpen::CAE::ShellEADBuilder::State  thicknessState)

Sets the thickness state drives the action upon commit
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
thicknessStatethicknessstate
void NXOpen::CAE::ShellEADBuilder::SetVector ( NXOpen::Direction vector)

Sets the get vector method gets the projection vector for material orientation
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
vectorvector
void NXOpen::CAE::ShellEADBuilder::SetZoffsetState ( NXOpen::CAE::ShellEADBuilder::State  zoffsetState)

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



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
zoffsetStatezoffsetstate
NXOpen::Expression* NXOpen::CAE::ShellEADBuilder::ThicknessExpression ( )

Returns the thickness expression of the shell element
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::ShellEADBuilder::State NXOpen::CAE::ShellEADBuilder::ThicknessState ( )

Returns the thickness state drives the action upon commit
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::Direction* NXOpen::CAE::ShellEADBuilder::Vector ( )

Returns the get vector method gets the projection vector for material orientation
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::Expression* NXOpen::CAE::ShellEADBuilder::ZoffsetExpression ( )

Returns the zoffset expression of the shell element
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::ShellEADBuilder::State NXOpen::CAE::ShellEADBuilder::ZoffsetState ( )

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



License requirements : nx_masterfem ("Finite Element Modeling")


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