HeadImpactAPillarWizardBuilder Class

class NXOpen.Features.VehicleDesign.HeadImpactAPillarWizardBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Features.VehicleDesign.HeadImpactAPillarWizardBuilder.

This is an abstract class and cannot be instantiated.

New in version NX9.0.0.

Properties

Property Description
APillarLeft Returns the left A pillar geometry.
APillarRight Returns the right A pillar geometry.
Dashboard Returns the dashboard geometry.
Line1PointLeft Returns or sets the left Line 1 point.
Line1PointRight Returns or sets the right Line 1 point.
Plane1PointLeft Returns or sets the left Plane 1 point.
Plane1PointRight Returns or sets the right Plane 1 point.
Plane5PointLeft Returns or sets the left Plane 5 point.
Plane5PointRight Returns or sets the right Plane 5 point.
Tag Returns the Tag for this object.
UpperRoofExterior Returns the upper roof exterior geometry.
UpperRoofInterior Returns the upper roof interior geometry.
WindshieldTrim Returns the windshield trim geometry.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

APillarLeft

HeadImpactAPillarWizardBuilder.APillarLeft

Returns the left A pillar geometry.

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

Getter Method

Signature APillarLeft

Returns:
Return type:NXOpen.ScCollector

New in version NX9.0.0.

License requirements: None.

APillarRight

HeadImpactAPillarWizardBuilder.APillarRight

Returns the right A pillar geometry.

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

Getter Method

Signature APillarRight

Returns:
Return type:NXOpen.ScCollector

New in version NX9.0.0.

License requirements: None.

Dashboard

HeadImpactAPillarWizardBuilder.Dashboard

Returns the dashboard geometry.

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

Getter Method

Signature Dashboard

Returns:
Return type:NXOpen.ScCollector

New in version NX9.0.0.

License requirements: None.

Line1PointLeft

HeadImpactAPillarWizardBuilder.Line1PointLeft

Returns or sets the left Line 1 point.

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

Getter Method

Signature Line1PointLeft

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Line1PointLeft

Parameters:line1PointLeft (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Line1PointRight

HeadImpactAPillarWizardBuilder.Line1PointRight

Returns or sets the right Line 1 point.

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

Getter Method

Signature Line1PointRight

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Line1PointRight

Parameters:line1PointRight (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Plane1PointLeft

HeadImpactAPillarWizardBuilder.Plane1PointLeft

Returns or sets the left Plane 1 point.

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

Getter Method

Signature Plane1PointLeft

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Plane1PointLeft

Parameters:plane1PointLeft (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Plane1PointRight

HeadImpactAPillarWizardBuilder.Plane1PointRight

Returns or sets the right Plane 1 point.

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

Getter Method

Signature Plane1PointRight

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Plane1PointRight

Parameters:plane1PointRight (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Plane5PointLeft

HeadImpactAPillarWizardBuilder.Plane5PointLeft

Returns or sets the left Plane 5 point.

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

Getter Method

Signature Plane5PointLeft

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Plane5PointLeft

Parameters:plane5PointLeft (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Plane5PointRight

HeadImpactAPillarWizardBuilder.Plane5PointRight

Returns or sets the right Plane 5 point.

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

Getter Method

Signature Plane5PointRight

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Plane5PointRight

Parameters:plane5PointRight (NXOpen.Point) –

New in version NX9.0.0.

License requirements: nx_general_packaging (“NX General Packaging”)

UpperRoofExterior

HeadImpactAPillarWizardBuilder.UpperRoofExterior

Returns the upper roof exterior geometry.

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

Getter Method

Signature UpperRoofExterior

Returns:
Return type:NXOpen.ScCollector

New in version NX9.0.0.

License requirements: None.

UpperRoofInterior

HeadImpactAPillarWizardBuilder.UpperRoofInterior

Returns the upper roof interior geometry.

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

Getter Method

Signature UpperRoofInterior

Returns:
Return type:NXOpen.ScCollector

New in version NX9.0.0.

License requirements: None.

WindshieldTrim

HeadImpactAPillarWizardBuilder.WindshieldTrim

Returns the windshield trim geometry.

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

Getter Method

Signature WindshieldTrim

Returns:
Return type:NXOpen.ScCollector

New in version NX9.0.0.

License requirements: None.

Method Detail

Validate

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