HeadImpactAPillarWizardBuilder Class¶
-
class
NXOpen.Features.VehicleDesign.HeadImpactAPillarWizardBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents 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
APillarLeftReturns: Return type: NXOpen.ScCollectorNew in version NX9.0.0.
License requirements: None.
APillarRight¶
-
HeadImpactAPillarWizardBuilder.APillarRight¶ Returns the right A pillar geometry.
-------------------------------------Getter Method
Signature
APillarRightReturns: Return type: NXOpen.ScCollectorNew in version NX9.0.0.
License requirements: None.
Dashboard¶
-
HeadImpactAPillarWizardBuilder.Dashboard¶ Returns the dashboard geometry.
-------------------------------------Getter Method
Signature
DashboardReturns: Return type: NXOpen.ScCollectorNew in version NX9.0.0.
License requirements: None.
Line1PointLeft¶
-
HeadImpactAPillarWizardBuilder.Line1PointLeft¶ Returns or sets the left Line 1 point.
-------------------------------------Getter Method
Signature
Line1PointLeftReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Line1PointLeftParameters: 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
Line1PointRightReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Line1PointRightParameters: 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
Plane1PointLeftReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane1PointLeftParameters: 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
Plane1PointRightReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane1PointRightParameters: 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
Plane5PointLeftReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane5PointLeftParameters: 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
Plane5PointRightReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane5PointRightParameters: 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
UpperRoofExteriorReturns: Return type: NXOpen.ScCollectorNew in version NX9.0.0.
License requirements: None.
UpperRoofInterior¶
-
HeadImpactAPillarWizardBuilder.UpperRoofInterior¶ Returns the upper roof interior geometry.
-------------------------------------Getter Method
Signature
UpperRoofInteriorReturns: Return type: NXOpen.ScCollectorNew in version NX9.0.0.
License requirements: None.
WindshieldTrim¶
-
HeadImpactAPillarWizardBuilder.WindshieldTrim¶ Returns the windshield trim geometry.
-------------------------------------Getter Method
Signature
WindshieldTrimReturns: Return type: NXOpen.ScCollectorNew 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.