NX Open C++ Reference Guide
|
the data used to create header id information for an AFU Data Record
Created in NX5.0.0.
More...
Public Member Functions | |
int | Coordinate () |
Returns the coordinate of AFU Header Id Created in NX5.0.0. | |
NXString | IdLine1 () |
Returns the id line1 of AFU Header Id Created in NX5.0.0. | |
NXString | IdLine2 () |
Returns the id line2 of AFU Header Id Created in NX5.0.0. | |
NXString | IdLine3 () |
Returns the id line3 of AFU Header Id Created in NX5.0.0. | |
NXString | IdLine4 () |
Returns the id line4 of AFU Header Id Created in NX5.0.0. | |
int | LoadCase () |
Returns the load case of AFU Header Id Created in NX5.0.0. | |
NXString | Owner () |
Returns the owner of AFU Header Id Created in NX5.0.0. | |
NXString | Reference () |
Returns the string to define reference direction sense Created in NX5.0.0. | |
int | ReferenceId () |
Returns the ID of reference element or node Created in NX5.0.0. | |
NXString | Response () |
Returns the string to define response direction sense Created in NX5.0.0. | |
int | ResponseId () |
Returns the ID of response element or node Created in NX5.0.0. | |
void | SetCoordinate (int coordinate) |
Sets the coordinate of AFU Header Id Created in NX5.0.0. | |
void | SetIdLine1 (const NXString &idLine1) |
Sets the id line1 of AFU Header Id Created in NX5.0.0. | |
void | SetIdLine1 (const char *idLine1) |
Sets the id line1 of AFU Header Id Created in NX5.0.0. | |
void | SetIdLine2 (const NXString &idLine2) |
Sets the id line2 of AFU Header Id Created in NX5.0.0. | |
void | SetIdLine2 (const char *idLine2) |
Sets the id line2 of AFU Header Id Created in NX5.0.0. | |
void | SetIdLine3 (const NXString &idLine3) |
Sets the id line3 of AFU Header Id Created in NX5.0.0. | |
void | SetIdLine3 (const char *idLine3) |
Sets the id line3 of AFU Header Id Created in NX5.0.0. | |
void | SetIdLine4 (const NXString &idLine4) |
Sets the id line4 of AFU Header Id Created in NX5.0.0. | |
void | SetIdLine4 (const char *idLine4) |
Sets the id line4 of AFU Header Id Created in NX5.0.0. | |
void | SetLoadCase (int loadCase) |
Sets the load case of AFU Header Id Created in NX5.0.0. | |
void | SetOwner (const NXString &owner) |
Sets the owner of AFU Header Id Created in NX5.0.0. | |
void | SetOwner (const char *owner) |
Sets the owner of AFU Header Id Created in NX5.0.0. | |
void | SetReference (const NXString &reference) |
Sets the string to define reference direction sense Created in NX5.0.0. | |
void | SetReference (const char *reference) |
Sets the string to define reference direction sense Created in NX5.0.0. | |
void | SetReferenceId (int referenceId) |
Sets the ID of reference element or node Created in NX5.0.0. | |
void | SetResponse (const NXString &response) |
Sets the string to define response direction sense Created in NX5.0.0. | |
void | SetResponse (const char *response) |
Sets the string to define response direction sense Created in NX5.0.0. | |
void | SetResponseId (int responseId) |
Sets the ID of response element or node Created in NX5.0.0. | |
void | SetVersion (int version) |
Sets the version of AFU Header Id Created in NX5.0.0. | |
int | Version () |
Returns the version of AFU Header Id Created in NX5.0.0. | |
virtual | ~AfuHeaderId () |
Free the AFU Header Id transient object memory Created in NX5.0.0. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
the data used to create header id information for an AFU Data Record
Created in NX5.0.0.
|
virtual |
Free the AFU Header Id transient object memory
Created in NX5.0.0.
License requirements : None
int NXOpen::CAE::AfuHeaderId::Coordinate | ( | ) |
Returns the coordinate of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
NXString NXOpen::CAE::AfuHeaderId::IdLine1 | ( | ) |
Returns the id line1 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
NXString NXOpen::CAE::AfuHeaderId::IdLine2 | ( | ) |
Returns the id line2 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
NXString NXOpen::CAE::AfuHeaderId::IdLine3 | ( | ) |
Returns the id line3 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
NXString NXOpen::CAE::AfuHeaderId::IdLine4 | ( | ) |
Returns the id line4 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
int NXOpen::CAE::AfuHeaderId::LoadCase | ( | ) |
Returns the load case of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
NXString NXOpen::CAE::AfuHeaderId::Owner | ( | ) |
Returns the owner of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
NXString NXOpen::CAE::AfuHeaderId::Reference | ( | ) |
Returns the string to define reference direction sense
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
int NXOpen::CAE::AfuHeaderId::ReferenceId | ( | ) |
Returns the ID of reference element or node
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
NXString NXOpen::CAE::AfuHeaderId::Response | ( | ) |
Returns the string to define response direction sense
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
int NXOpen::CAE::AfuHeaderId::ResponseId | ( | ) |
Returns the ID of response element or node
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
void NXOpen::CAE::AfuHeaderId::SetCoordinate | ( | int | coordinate | ) |
Sets the coordinate of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
coordinate | the coordinate of AFU Header Id |
void NXOpen::CAE::AfuHeaderId::SetIdLine1 | ( | const NXString & | idLine1 | ) |
Sets the id line1 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
idLine1 | the id line1 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored. |
void NXOpen::CAE::AfuHeaderId::SetIdLine1 | ( | const char * | idLine1 | ) |
Sets the id line1 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
idLine1 | the id line1 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored. |
void NXOpen::CAE::AfuHeaderId::SetIdLine2 | ( | const NXString & | idLine2 | ) |
Sets the id line2 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
idLine2 | the id line2 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored. |
void NXOpen::CAE::AfuHeaderId::SetIdLine2 | ( | const char * | idLine2 | ) |
Sets the id line2 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
idLine2 | the id line2 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored. |
void NXOpen::CAE::AfuHeaderId::SetIdLine3 | ( | const NXString & | idLine3 | ) |
Sets the id line3 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
idLine3 | the id line3 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored. |
void NXOpen::CAE::AfuHeaderId::SetIdLine3 | ( | const char * | idLine3 | ) |
Sets the id line3 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
idLine3 | the id line3 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored. |
void NXOpen::CAE::AfuHeaderId::SetIdLine4 | ( | const NXString & | idLine4 | ) |
Sets the id line4 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
idLine4 | the id line4 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored. |
void NXOpen::CAE::AfuHeaderId::SetIdLine4 | ( | const char * | idLine4 | ) |
Sets the id line4 of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
idLine4 | the id line4 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored. |
void NXOpen::CAE::AfuHeaderId::SetLoadCase | ( | int | loadCase | ) |
Sets the load case of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
loadCase | the load case of AFU Header Id |
void NXOpen::CAE::AfuHeaderId::SetOwner | ( | const NXString & | owner | ) |
Sets the owner of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
owner | the owner of AFU Header Id. Up to 16 characters are allowed and the redundant characters will be ignored. |
void NXOpen::CAE::AfuHeaderId::SetOwner | ( | const char * | owner | ) |
Sets the owner of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
owner | the owner of AFU Header Id. Up to 16 characters are allowed and the redundant characters will be ignored. |
void NXOpen::CAE::AfuHeaderId::SetReference | ( | const NXString & | reference | ) |
Sets the string to define reference direction sense
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
reference | the string to define reference direction sense. Up to 4 characters are allowed and the redundant characters will be ignored. ( X, Y, Z, RX, RY, and RZ have specific meaning but the character set can be anything including a "+" or "-" as the last character. examples: ABC+ RSTU ) |
void NXOpen::CAE::AfuHeaderId::SetReference | ( | const char * | reference | ) |
Sets the string to define reference direction sense
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
reference | the string to define reference direction sense. Up to 4 characters are allowed and the redundant characters will be ignored. ( X, Y, Z, RX, RY, and RZ have specific meaning but the character set can be anything including a "+" or "-" as the last character. examples: ABC+ RSTU ) |
void NXOpen::CAE::AfuHeaderId::SetReferenceId | ( | int | referenceId | ) |
Sets the ID of reference element or node
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
referenceId | the ID of reference element or node |
void NXOpen::CAE::AfuHeaderId::SetResponse | ( | const NXString & | response | ) |
Sets the string to define response direction sense
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
response | the string to define response direction sense. Up to 4 characters are allowed and the redundant characters will be ignored. ( X, Y, Z, RX, RY, and RZ have specific meaning but the character set can be anything including a "+" or "-" as the last character. examples: ABC+ RSTU ) |
void NXOpen::CAE::AfuHeaderId::SetResponse | ( | const char * | response | ) |
Sets the string to define response direction sense
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
response | the string to define response direction sense. Up to 4 characters are allowed and the redundant characters will be ignored. ( X, Y, Z, RX, RY, and RZ have specific meaning but the character set can be anything including a "+" or "-" as the last character. examples: ABC+ RSTU ) |
void NXOpen::CAE::AfuHeaderId::SetResponseId | ( | int | responseId | ) |
Sets the ID of response element or node
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
responseId | the ID of response element or node |
void NXOpen::CAE::AfuHeaderId::SetVersion | ( | int | version | ) |
Sets the version of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
version | the version of AFU Header Id |
int NXOpen::CAE::AfuHeaderId::Version | ( | ) |
Returns the version of AFU Header Id
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")