AfuHeaderId Class

class NXOpen.CAE.AfuHeaderId

Bases: NXOpen.TransientObject

the data used to create header id information for an AFU Data Record

New in version NX5.0.0.

Properties

Property Description
Coordinate Returns or sets the coordinate of AFU Header Id
IdLine1 Returns or sets the id line1 of AFU Header Id
IdLine2 Returns or sets the id line2 of AFU Header Id
IdLine3 Returns or sets the id line3 of AFU Header Id
IdLine4 Returns or sets the id line4 of AFU Header Id
LoadCase Returns or sets the load case of AFU Header Id
Owner Returns or sets the owner of AFU Header Id
Reference Returns or sets the string to define reference direction sense
ReferenceId Returns or sets the ID of reference element or node
Response Returns or sets the string to define response direction sense
ResponseId Returns or sets the ID of response element or node
Version Returns or sets the version of AFU Header Id

Methods

Method Description
Dispose Free the AFU Header Id transient object memory

Property Detail

Coordinate

AfuHeaderId.Coordinate

Returns or sets the coordinate of AFU Header Id

-------------------------------------

Getter Method

Signature Coordinate

Returns:the coordinate of AFU Header Id
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Coordinate

Parameters:coordinate (int) – the coordinate of AFU Header Id

New in version NX5.0.0.

License requirements: None.

IdLine1

AfuHeaderId.IdLine1

Returns or sets the id line1 of AFU Header Id

-------------------------------------

Getter Method

Signature IdLine1

Returns:the id line1 of AFU Header Id.

Up to 80 characters are allowed and the redundant characters will be ignored.

Return type:str

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IdLine1

Parameters:idLine1 (str) – the id line1 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored.

New in version NX5.0.0.

License requirements: None.

IdLine2

AfuHeaderId.IdLine2

Returns or sets the id line2 of AFU Header Id

-------------------------------------

Getter Method

Signature IdLine2

Returns:the id line2 of AFU Header Id.

Up to 80 characters are allowed and the redundant characters will be ignored.

Return type:str

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IdLine2

Parameters:idLine2 (str) – the id line2 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored.

New in version NX5.0.0.

License requirements: None.

IdLine3

AfuHeaderId.IdLine3

Returns or sets the id line3 of AFU Header Id

-------------------------------------

Getter Method

Signature IdLine3

Returns:the id line3 of AFU Header Id.

Up to 80 characters are allowed and the redundant characters will be ignored.

Return type:str

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IdLine3

Parameters:idLine3 (str) – the id line3 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored.

New in version NX5.0.0.

License requirements: None.

IdLine4

AfuHeaderId.IdLine4

Returns or sets the id line4 of AFU Header Id

-------------------------------------

Getter Method

Signature IdLine4

Returns:the id line4 of AFU Header Id.

Up to 80 characters are allowed and the redundant characters will be ignored.

Return type:str

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IdLine4

Parameters:idLine4 (str) – the id line4 of AFU Header Id. Up to 80 characters are allowed and the redundant characters will be ignored.

New in version NX5.0.0.

License requirements: None.

LoadCase

AfuHeaderId.LoadCase

Returns or sets the load case of AFU Header Id

-------------------------------------

Getter Method

Signature LoadCase

Returns:the load case of AFU Header Id
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature LoadCase

Parameters:loadCase (int) – the load case of AFU Header Id

New in version NX5.0.0.

License requirements: None.

Owner

AfuHeaderId.Owner

Returns or sets the owner of AFU Header Id

-------------------------------------

Getter Method

Signature Owner

Returns:the owner of AFU Header Id.

Up to 16 characters are allowed and the redundant characters will be ignored.

Return type:str

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Owner

Parameters:owner (str) – the owner of AFU Header Id. Up to 16 characters are allowed and the redundant characters will be ignored.

New in version NX5.0.0.

License requirements: None.

Reference

AfuHeaderId.Reference

Returns or sets the string to define reference direction sense

-------------------------------------

Getter Method

Signature Reference

Returns: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 )

Return type:str

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Reference

Parameters:reference (str) – 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 )

New in version NX5.0.0.

License requirements: None.

ReferenceId

AfuHeaderId.ReferenceId

Returns or sets the ID of reference element or node

-------------------------------------

Getter Method

Signature ReferenceId

Returns:the ID of reference element or node
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ReferenceId

Parameters:referenceId (int) – the ID of reference element or node

New in version NX5.0.0.

License requirements: None.

Response

AfuHeaderId.Response

Returns or sets the string to define response direction sense

-------------------------------------

Getter Method

Signature Response

Returns: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 )

Return type:str

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Response

Parameters:response (str) – 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 )

New in version NX5.0.0.

License requirements: None.

ResponseId

AfuHeaderId.ResponseId

Returns or sets the ID of response element or node

-------------------------------------

Getter Method

Signature ResponseId

Returns:the ID of response element or node
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ResponseId

Parameters:responseId (int) – the ID of response element or node

New in version NX5.0.0.

License requirements: None.

Version

AfuHeaderId.Version

Returns or sets the version of AFU Header Id

-------------------------------------

Getter Method

Signature Version

Returns:the version of AFU Header Id
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Version

Parameters:version (int) – the version of AFU Header Id

New in version NX5.0.0.

License requirements: None.

Method Detail

Dispose

AfuHeaderId.Dispose

Free the AFU Header Id transient object memory

Signature Dispose()

New in version NX5.0.0.

License requirements: None.