NX Open C++ Reference Guide
|
Represents a StrainGageBuilder
To create a new instance of this class, use CAE::ResponseSimulation::StrainGageCollection::CreateStrainGageBuilder
Default values.
More...
Public Member Functions | |
NXOpen::SmartObject * | Csys () |
Returns the orientation direction, Only available when the strain gage's orientation plane type is CAE::ResponseSimulation::StrainGageOrientationPlaneCsys Created in NX6.0.0. | |
NXOpen::CAE::ResponseSimulation::StrainGageType | GageType () |
Returns the type of strain gage Created in NX6.0.0. | |
std::vector< int > | GetSelectedElementFaceId () |
Use CAE::ResponseSimulation::StrainGageBuilder::SelectedElementFaces instead. | |
NXOpen::CAE::ResponseSimulation::StrainGagePlacementType | Placement () |
Returns the placement type of strain gage Created in NX6.0.0. | |
NXOpen::CAE::ResponseSimulation::StrainGageOrientationPlane | Plane () |
Returns the orientation plane type of strain gage Created in NX6.0.0. | |
NXOpen::CAE::ResponseSimulation::StrainGageResult | ResultType () |
Returns the result type of strain gage Created in NX6.0.0. | |
NXOpen::Expression * | RotationAngle () |
Returns the rotation angle, Only available when the strain gage's orientation plane type is CAE::ResponseSimulation::StrainGageOrientationPlaneCsys Created in NX6.0.0. | |
NXOpen::CAE::SelectFEElementList * | SelectedElement () |
Returns the selected element face. | |
NXOpen::CAE::SelectFEElemFaceList * | SelectedElementFaces () |
Returns the selected element face. | |
NXOpen::CAE::SelectFENodeList * | SelectedNode () |
Returns the destination nodes, Only available when the strain gage's placement type is CAE::ResponseSimulation::StrainGagePlacementTypeNode Created in NX6.0.0. | |
void | SetCsys (NXOpen::SmartObject *orientationCoordSystem) |
Sets the orientation direction, Only available when the strain gage's orientation plane type is CAE::ResponseSimulation::StrainGageOrientationPlaneCsys Created in NX6.0.0. | |
void | SetGageType (NXOpen::CAE::ResponseSimulation::StrainGageType gageType) |
Sets the type of strain gage Created in NX6.0.0. | |
void | SetPlacement (NXOpen::CAE::ResponseSimulation::StrainGagePlacementType gagePlacement) |
Sets the placement type of strain gage Created in NX6.0.0. | |
void | SetPlane (NXOpen::CAE::ResponseSimulation::StrainGageOrientationPlane plane) |
Sets the orientation plane type of strain gage Created in NX6.0.0. | |
void | SetResultType (NXOpen::CAE::ResponseSimulation::StrainGageResult resultType) |
Sets the result type of strain gage Created in NX6.0.0. | |
void | SetSelectedElementFaceId (const std::vector< int > &destinationElementId) |
Sets the selected element face, must set the element to define the element face. | |
void | SetShellElementFace (NXOpen::CAE::ResponseSimulation::StrainGageShellElementFaceType shellElementFace) |
Sets the shell element face location type of strain gage Created in NX6.0.0. | |
NXOpen::CAE::ResponseSimulation::StrainGageShellElementFaceType | ShellElementFace () |
Returns the shell element face location type of strain gage Created in NX6.0.0. |
Represents a StrainGageBuilder
To create a new instance of this class, use CAE::ResponseSimulation::StrainGageCollection::CreateStrainGageBuilder
Default values.
Property | Value |
---|---|
GageType |
UniAxial |
Placement |
Node |
FacePlane | |
Strain | |
RotationAngle.Value |
0.0 (millimeters part), 0.0 (inches part) |
ShellElementFace |
Top |
Created in NX6.0.0.
Returns the orientation direction, Only available when the strain gage's orientation plane type is CAE::ResponseSimulation::StrainGageOrientationPlaneCsys
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::StrainGageType NXOpen::CAE::ResponseSimulation::StrainGageBuilder::GageType | ( | ) |
Returns the type of strain gage
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
std::vector<int> NXOpen::CAE::ResponseSimulation::StrainGageBuilder::GetSelectedElementFaceId | ( | ) |
Use CAE::ResponseSimulation::StrainGageBuilder::SelectedElementFaces instead.
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::StrainGagePlacementType NXOpen::CAE::ResponseSimulation::StrainGageBuilder::Placement | ( | ) |
Returns the placement type of strain gage
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::StrainGageOrientationPlane NXOpen::CAE::ResponseSimulation::StrainGageBuilder::Plane | ( | ) |
Returns the orientation plane type of strain gage
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::StrainGageResult NXOpen::CAE::ResponseSimulation::StrainGageBuilder::ResultType | ( | ) |
Returns the result type of strain gage
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
Returns the rotation angle, Only available when the strain gage's orientation plane type is CAE::ResponseSimulation::StrainGageOrientationPlaneCsys
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::SelectFEElementList* NXOpen::CAE::ResponseSimulation::StrainGageBuilder::SelectedElement | ( | ) |
Returns the selected element face.
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::SelectFEElemFaceList* NXOpen::CAE::ResponseSimulation::StrainGageBuilder::SelectedElementFaces | ( | ) |
Returns the selected element face.
Only available when the strain gage's placement type is CAE::ResponseSimulation::StrainGagePlacementTypeElementFaceCenter
Created in NX7.5.2.
License requirements : nx_response_anlys ("NX Response Analysis")
Returns the destination nodes, Only available when the strain gage's placement type is CAE::ResponseSimulation::StrainGagePlacementTypeNode
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
void NXOpen::CAE::ResponseSimulation::StrainGageBuilder::SetCsys | ( | NXOpen::SmartObject * | orientationCoordSystem | ) |
Sets the orientation direction, Only available when the strain gage's orientation plane type is CAE::ResponseSimulation::StrainGageOrientationPlaneCsys
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
orientationCoordSystem | orientation coord system |
void NXOpen::CAE::ResponseSimulation::StrainGageBuilder::SetGageType | ( | NXOpen::CAE::ResponseSimulation::StrainGageType | gageType | ) |
Sets the type of strain gage
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
gageType | gage type |
void NXOpen::CAE::ResponseSimulation::StrainGageBuilder::SetPlacement | ( | NXOpen::CAE::ResponseSimulation::StrainGagePlacementType | gagePlacement | ) |
Sets the placement type of strain gage
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
gagePlacement | gage placement |
void NXOpen::CAE::ResponseSimulation::StrainGageBuilder::SetPlane | ( | NXOpen::CAE::ResponseSimulation::StrainGageOrientationPlane | plane | ) |
Sets the orientation plane type of strain gage
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
plane | plane |
void NXOpen::CAE::ResponseSimulation::StrainGageBuilder::SetResultType | ( | NXOpen::CAE::ResponseSimulation::StrainGageResult | resultType | ) |
Sets the result type of strain gage
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
resultType | result type |
void NXOpen::CAE::ResponseSimulation::StrainGageBuilder::SetSelectedElementFaceId | ( | const std::vector< int > & | destinationElementId | ) |
Sets the selected element face, must set the element to define the element face.
Only available when the strain gage's placement type is CAE::ResponseSimulation::StrainGagePlacementTypeElementFaceCenter
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
destinationElementId | destination element id |
void NXOpen::CAE::ResponseSimulation::StrainGageBuilder::SetShellElementFace | ( | NXOpen::CAE::ResponseSimulation::StrainGageShellElementFaceType | shellElementFace | ) |
Sets the shell element face location type of strain gage
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
shellElementFace | shell element face |
NXOpen::CAE::ResponseSimulation::StrainGageShellElementFaceType NXOpen::CAE::ResponseSimulation::StrainGageBuilder::ShellElementFace | ( | ) |
Returns the shell element face location type of strain gage
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")