AfuZHeaderInfo Class¶
-
class
NXOpen.CAE.AfuZHeaderInfo¶ Bases:
NXOpen.TransientObjectRepresents the Z axis header information for an afu record
New in version NX10.0.0.
Properties¶
| Property | Description |
|---|---|
| GeneralValue | Returns or sets the value of general field |
| OrderValue | Returns or sets the value of order field |
| RpmValue | Returns or sets the value of RPM field |
| TimeValue | Returns or sets the value of time field |
| Unit | Returns or sets the unit type of Z axis |
Property Detail¶
GeneralValue¶
-
AfuZHeaderInfo.GeneralValue¶ Returns or sets the value of general field
-------------------------------------Getter Method
Signature
GeneralValueReturns: the value of general field Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
GeneralValueParameters: generalValue (float) – the value of general field New in version NX10.0.0.
License requirements: None.
OrderValue¶
-
AfuZHeaderInfo.OrderValue¶ Returns or sets the value of order field
-------------------------------------Getter Method
Signature
OrderValueReturns: the value of order field Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OrderValueParameters: orderValue (float) – the value of order field New in version NX10.0.0.
License requirements: None.
RpmValue¶
-
AfuZHeaderInfo.RpmValue¶ Returns or sets the value of RPM field
-------------------------------------Getter Method
Signature
RpmValueReturns: the value of RPM field Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RpmValueParameters: rpmValue (float) – the value of RPM field New in version NX10.0.0.
License requirements: None.
TimeValue¶
-
AfuZHeaderInfo.TimeValue¶ Returns or sets the value of time field
-------------------------------------Getter Method
Signature
TimeValueReturns: the value of time field Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TimeValueParameters: timeValue (float) – the value of time field New in version NX10.0.0.
License requirements: None.
Unit¶
-
AfuZHeaderInfo.Unit¶ Returns or sets the unit type of Z axis
-------------------------------------Getter Method
Signature
UnitReturns: the unit type of Z axis Return type: NXOpen.CAE.XyFunctionUnitNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UnitParameters: unit ( NXOpen.CAE.XyFunctionUnit) – the unit type of Z axisNew in version NX10.0.0.
License requirements: None.