AfuHeaderId Class¶
-
class
NXOpen.CAE.AfuHeaderId¶ Bases:
NXOpen.TransientObjectthe 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 |
Property Detail¶
Coordinate¶
-
AfuHeaderId.Coordinate¶ Returns or sets the coordinate of AFU Header Id
-------------------------------------Getter Method
Signature
CoordinateReturns: the coordinate of AFU Header Id Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CoordinateParameters: 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
IdLine1Returns: 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
IdLine1Parameters: 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
IdLine2Returns: 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
IdLine2Parameters: 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
IdLine3Returns: 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
IdLine3Parameters: 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
IdLine4Returns: 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
IdLine4Parameters: 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
LoadCaseReturns: the load case of AFU Header Id Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LoadCaseParameters: 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
OwnerReturns: 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
OwnerParameters: 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
ReferenceReturns: 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
ReferenceParameters: 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
ReferenceIdReturns: the ID of reference element or node Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceIdParameters: 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
ResponseReturns: 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
ResponseParameters: 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
ResponseIdReturns: the ID of response element or node Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ResponseIdParameters: 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
VersionReturns: the version of AFU Header Id Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VersionParameters: version (int) – the version of AFU Header Id New in version NX5.0.0.
License requirements: None.