HeadImpactRearHeaderDetailBuilder Class¶
-
class
NXOpen.Features.VehicleDesign.HeadImpactRearHeaderDetailBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Features.VehicleDesign.HeadImpactRearHeaderDetailBuilder.This is an abstract class and cannot be instantiated.
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| CreateGeometry | Returns or sets the create construction geometry flag. |
| RHLeft | Returns or sets the left rear header target alternative point. |
| RHLeftFlag | Returns or sets the left rear header target alternative point flag. |
| RHOffsetMax | Returns the maximum offset allowed to position the rear header target. |
| RHRight | Returns or sets the right rear header target alternative point. |
| RHRightFlag | Returns or sets the right rear header target alternative point flag. |
| ReqHorizontalExact | Returns the horizontal exact required approach angle. |
| ReqVerticalMax | Returns the vertical maximum required approach angle. |
| ReqVerticalMin | Returns the vertical minimum required approach angle. |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
CreateGeometry¶
-
HeadImpactRearHeaderDetailBuilder.CreateGeometry¶ Returns or sets the create construction geometry flag.
-------------------------------------Getter Method
Signature
CreateGeometryReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateGeometryParameters: createGeometry (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
RHLeft¶
-
HeadImpactRearHeaderDetailBuilder.RHLeft¶ Returns or sets the left rear header target alternative point.
-------------------------------------Getter Method
Signature
RHLeftReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RHLeftParameters: rhLeft ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
RHLeftFlag¶
-
HeadImpactRearHeaderDetailBuilder.RHLeftFlag¶ Returns or sets the left rear header target alternative point flag.
-------------------------------------Getter Method
Signature
RHLeftFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RHLeftFlagParameters: rhLeftFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
RHOffsetMax¶
-
HeadImpactRearHeaderDetailBuilder.RHOffsetMax¶ Returns the maximum offset allowed to position the rear header target.
-------------------------------------Getter Method
Signature
RHOffsetMaxReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
RHRight¶
-
HeadImpactRearHeaderDetailBuilder.RHRight¶ Returns or sets the right rear header target alternative point.
-------------------------------------Getter Method
Signature
RHRightReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RHRightParameters: rhRight ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
RHRightFlag¶
-
HeadImpactRearHeaderDetailBuilder.RHRightFlag¶ Returns or sets the right rear header target alternative point flag.
-------------------------------------Getter Method
Signature
RHRightFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RHRightFlagParameters: rhRightFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
ReqHorizontalExact¶
-
HeadImpactRearHeaderDetailBuilder.ReqHorizontalExact¶ Returns the horizontal exact required approach angle.
-------------------------------------Getter Method
Signature
ReqHorizontalExactReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
ReqVerticalMax¶
-
HeadImpactRearHeaderDetailBuilder.ReqVerticalMax¶ Returns the vertical maximum required approach angle.
-------------------------------------Getter Method
Signature
ReqVerticalMaxReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
ReqVerticalMin¶
-
HeadImpactRearHeaderDetailBuilder.ReqVerticalMin¶ Returns the vertical minimum required approach angle.
-------------------------------------Getter Method
Signature
ReqVerticalMinReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
Method Detail¶
Validate¶
-
HeadImpactRearHeaderDetailBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.