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

the data used to create header id information for an AFU Data Record
Created in NX5.0.0. More...

Inheritance diagram for NXOpen::CAE::AfuHeaderId:
NXOpen::TransientObject

Public Member Functions

int Coordinate ()
 Returns the coordinate of AFU Header Id
Created in NX5.0.0. More...
 
NXString IdLine1 ()
 Returns the id line1 of AFU Header Id
Created in NX5.0.0. More...
 
NXString IdLine2 ()
 Returns the id line2 of AFU Header Id
Created in NX5.0.0. More...
 
NXString IdLine3 ()
 Returns the id line3 of AFU Header Id
Created in NX5.0.0. More...
 
NXString IdLine4 ()
 Returns the id line4 of AFU Header Id
Created in NX5.0.0. More...
 
int LoadCase ()
 Returns the load case of AFU Header Id
Created in NX5.0.0. More...
 
NXString Owner ()
 Returns the owner of AFU Header Id
Created in NX5.0.0. More...
 
NXString Reference ()
 Returns the string to define reference direction sense
Created in NX5.0.0. More...
 
int ReferenceId ()
 Returns the ID of reference element or node
Created in NX5.0.0. More...
 
NXString Response ()
 Returns the string to define response direction sense
Created in NX5.0.0. More...
 
int ResponseId ()
 Returns the ID of response element or node
Created in NX5.0.0. More...
 
void SetCoordinate (int coordinate)
 Sets the coordinate of AFU Header Id
Created in NX5.0.0. More...
 
void SetIdLine1 (const NXString &idLine1)
 Sets the id line1 of AFU Header Id
Created in NX5.0.0. More...
 
void SetIdLine1 (const char *idLine1)
 Sets the id line1 of AFU Header Id
Created in NX5.0.0. More...
 
void SetIdLine2 (const NXString &idLine2)
 Sets the id line2 of AFU Header Id
Created in NX5.0.0. More...
 
void SetIdLine2 (const char *idLine2)
 Sets the id line2 of AFU Header Id
Created in NX5.0.0. More...
 
void SetIdLine3 (const NXString &idLine3)
 Sets the id line3 of AFU Header Id
Created in NX5.0.0. More...
 
void SetIdLine3 (const char *idLine3)
 Sets the id line3 of AFU Header Id
Created in NX5.0.0. More...
 
void SetIdLine4 (const NXString &idLine4)
 Sets the id line4 of AFU Header Id
Created in NX5.0.0. More...
 
void SetIdLine4 (const char *idLine4)
 Sets the id line4 of AFU Header Id
Created in NX5.0.0. More...
 
void SetLoadCase (int loadCase)
 Sets the load case of AFU Header Id
Created in NX5.0.0. More...
 
void SetOwner (const NXString &owner)
 Sets the owner of AFU Header Id
Created in NX5.0.0. More...
 
void SetOwner (const char *owner)
 Sets the owner of AFU Header Id
Created in NX5.0.0. More...
 
void SetReference (const NXString &reference)
 Sets the string to define reference direction sense
Created in NX5.0.0. More...
 
void SetReference (const char *reference)
 Sets the string to define reference direction sense
Created in NX5.0.0. More...
 
void SetReferenceId (int referenceId)
 Sets the ID of reference element or node
Created in NX5.0.0. More...
 
void SetResponse (const NXString &response)
 Sets the string to define response direction sense
Created in NX5.0.0. More...
 
void SetResponse (const char *response)
 Sets the string to define response direction sense
Created in NX5.0.0. More...
 
void SetResponseId (int responseId)
 Sets the ID of response element or node
Created in NX5.0.0. More...
 
void SetVersion (int version)
 Sets the version of AFU Header Id
Created in NX5.0.0. More...
 
int Version ()
 Returns the version of AFU Header Id
Created in NX5.0.0. More...
 
virtual ~AfuHeaderId ()
 Free the AFU Header Id transient object memory
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

the data used to create header id information for an AFU Data Record
Created in NX5.0.0.


Constructor & Destructor Documentation

virtual NXOpen::CAE::AfuHeaderId::~AfuHeaderId ( )
virtual

Free the AFU Header Id transient object memory
Created in NX5.0.0.



License requirements : None

Member Function Documentation

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")

Parameters
coordinatethe 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")

Parameters
idLine1the 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")

Parameters
idLine1the 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")

Parameters
idLine2the 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")

Parameters
idLine2the 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")

Parameters
idLine3the 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")

Parameters
idLine3the 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")

Parameters
idLine4the 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")

Parameters
idLine4the 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")

Parameters
loadCasethe 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")

Parameters
ownerthe 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")

Parameters
ownerthe 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")

Parameters
referencethe 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")

Parameters
referencethe 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")

Parameters
referenceIdthe 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")

Parameters
responsethe 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")

Parameters
responsethe 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")

Parameters
responseIdthe 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")

Parameters
versionthe 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")


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