HeadImpactRPillarDetailBuilder Class

class NXOpen.Features.VehicleDesign.HeadImpactRPillarDetailBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Features.VehicleDesign.HeadImpactRPillarDetailBuilder.

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.
PT7Left Returns or sets the left PT7 additional geometry.
PT7LeftFlag Returns or sets the left PT7 additional geometry flag.
PT7Right Returns or sets the right PT7 additional geometry.
PT7RightFlag Returns or sets the right PT7 additional geometry flag.
RP1Left Returns or sets the left RP1 alternative point.
RP1LeftFlag Returns or sets the left RP1 alternative point flag.
RP1Ratio Returns the expression containing the value for the ratio used to position RP1.
RP1Right Returns or sets the right RP1 alternative point.
RP1RightFlag Returns or sets the right RP1 alternative point flag.
RP2Left Returns or sets the left RP2 alternative point.
RP2LeftFlag Returns or sets the left RP2 alternative point flag.
RP2Offset Returns the expression containing the value for the offset used to position RP2.
RP2Right Returns or sets the right RP2 alternative point.
RP2RightFlag Returns or sets the right RP2 alternative point flag.
ReqHorizontalLeftMax Returns the left horizontal maximum required approach angle.
ReqHorizontalLeftMin Returns the left horizontal minimum required approach angle.
ReqHorizontalRightMax Returns the right horizontal maximum required approach angle.
ReqHorizontalRightMin Returns the right horizontal minimum 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

HeadImpactRPillarDetailBuilder.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(createGeometry)

Parameters:createGeometry (bool) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

PT7Left

HeadImpactRPillarDetailBuilder.PT7Left

Returns or sets the left PT7 additional geometry.

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

Getter Method

Signature PT7Left()

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PT7Left(pt7Left)

Parameters:pt7Left (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

PT7LeftFlag

HeadImpactRPillarDetailBuilder.PT7LeftFlag

Returns or sets the left PT7 additional geometry flag.

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

Getter Method

Signature PT7LeftFlag()

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PT7LeftFlag(pt7LeftFlag)

Parameters:pt7LeftFlag (bool) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

PT7Right

HeadImpactRPillarDetailBuilder.PT7Right

Returns or sets the right PT7 additional geometry.

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

Getter Method

Signature PT7Right()

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PT7Right(pt7Right)

Parameters:pt7Right (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

PT7RightFlag

HeadImpactRPillarDetailBuilder.PT7RightFlag

Returns or sets the right PT7 additional geometry flag.

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

Getter Method

Signature PT7RightFlag()

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PT7RightFlag(pt7RightFlag)

Parameters:pt7RightFlag (bool) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RP1Left

HeadImpactRPillarDetailBuilder.RP1Left

Returns or sets the left RP1 alternative point.

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

Getter Method

Signature RP1Left()

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RP1Left(rp1Left)

Parameters:rp1Left (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RP1LeftFlag

HeadImpactRPillarDetailBuilder.RP1LeftFlag

Returns or sets the left RP1 alternative point flag.

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

Getter Method

Signature RP1LeftFlag()

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RP1LeftFlag(rp1LeftFlag)

Parameters:rp1LeftFlag (bool) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RP1Ratio

HeadImpactRPillarDetailBuilder.RP1Ratio

Returns the expression containing the value for the ratio used to position RP1.

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

Getter Method

Signature RP1Ratio()

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

RP1Right

HeadImpactRPillarDetailBuilder.RP1Right

Returns or sets the right RP1 alternative point.

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

Getter Method

Signature RP1Right()

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RP1Right(rp1Right)

Parameters:rp1Right (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RP1RightFlag

HeadImpactRPillarDetailBuilder.RP1RightFlag

Returns or sets the right RP1 alternative point flag.

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

Getter Method

Signature RP1RightFlag()

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RP1RightFlag(rp1RightFlag)

Parameters:rp1RightFlag (bool) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RP2Left

HeadImpactRPillarDetailBuilder.RP2Left

Returns or sets the left RP2 alternative point.

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

Getter Method

Signature RP2Left()

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RP2Left(rp2Left)

Parameters:rp2Left (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RP2LeftFlag

HeadImpactRPillarDetailBuilder.RP2LeftFlag

Returns or sets the left RP2 alternative point flag.

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

Getter Method

Signature RP2LeftFlag()

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RP2LeftFlag(rp2LeftFlag)

Parameters:rp2LeftFlag (bool) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RP2Offset

HeadImpactRPillarDetailBuilder.RP2Offset

Returns the expression containing the value for the offset used to position RP2.

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

Getter Method

Signature RP2Offset()

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

RP2Right

HeadImpactRPillarDetailBuilder.RP2Right

Returns or sets the right RP2 alternative point.

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

Getter Method

Signature RP2Right()

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RP2Right(rp2Right)

Parameters:rp2Right (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RP2RightFlag

HeadImpactRPillarDetailBuilder.RP2RightFlag

Returns or sets the right RP2 alternative point flag.

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

Getter Method

Signature RP2RightFlag()

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RP2RightFlag(rp2RightFlag)

Parameters:rp2RightFlag (bool) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

ReqHorizontalLeftMax

HeadImpactRPillarDetailBuilder.ReqHorizontalLeftMax

Returns the left horizontal maximum required approach angle.

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

Getter Method

Signature ReqHorizontalLeftMax()

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

ReqHorizontalLeftMin

HeadImpactRPillarDetailBuilder.ReqHorizontalLeftMin

Returns the left horizontal minimum required approach angle.

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

Getter Method

Signature ReqHorizontalLeftMin()

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

ReqHorizontalRightMax

HeadImpactRPillarDetailBuilder.ReqHorizontalRightMax

Returns the right horizontal maximum required approach angle.

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

Getter Method

Signature ReqHorizontalRightMax()

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

ReqHorizontalRightMin

HeadImpactRPillarDetailBuilder.ReqHorizontalRightMin

Returns the right horizontal minimum required approach angle.

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

Getter Method

Signature ReqHorizontalRightMin()

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

ReqVerticalMax

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

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

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