HeadImpactRearHeaderDetailBuilder Class

class NXOpen.Features.VehicleDesign.HeadImpactRearHeaderDetailBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents 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 CreateGeometry

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature CreateGeometry

Parameters: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 RHLeft

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RHLeft

Parameters: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 RHLeftFlag

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RHLeftFlag

Parameters: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 RHOffsetMax

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

RHRight

HeadImpactRearHeaderDetailBuilder.RHRight

Returns or sets the right rear header target alternative point.

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

Getter Method

Signature RHRight

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RHRight

Parameters: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 RHRightFlag

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RHRightFlag

Parameters: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 ReqHorizontalExact

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

ReqVerticalMax

HeadImpactRearHeaderDetailBuilder.ReqVerticalMax

Returns the vertical maximum required approach angle.

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

Getter Method

Signature ReqVerticalMax

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

ReqVerticalMin

HeadImpactRearHeaderDetailBuilder.ReqVerticalMin

Returns the vertical minimum required approach angle.

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

Getter Method

Signature ReqVerticalMin

Returns:
Return type:NXOpen.Expression

New 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.