HeadImpactFrontHeaderWizardBuilder Class¶
-
class
NXOpen.Features.VehicleDesign.HeadImpactFrontHeaderWizardBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Features.VehicleDesign.HeadImpactFrontHeaderWizardBuilder.This is an abstract class and cannot be instantiated.
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| InteriorTrim | Returns the interior trim geometry. |
| SunRoof | Returns the sun roof opening geometry. |
| Tag | Returns the Tag for this object. |
| UpperRoofInterior | Returns the upper roof interior geometry. |
| WindshieldEdge | Returns the windshield upper edge geometry. |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
InteriorTrim¶
-
HeadImpactFrontHeaderWizardBuilder.InteriorTrim¶ Returns the interior trim geometry.
-------------------------------------Getter Method
Signature
InteriorTrimReturns: Return type: NXOpen.ScCollectorNew in version NX11.0.0.
License requirements: None.
SunRoof¶
-
HeadImpactFrontHeaderWizardBuilder.SunRoof¶ Returns the sun roof opening geometry.
-------------------------------------Getter Method
Signature
SunRoofReturns: Return type: NXOpen.ScCollectorNew in version NX9.0.0.
License requirements: None.
UpperRoofInterior¶
-
HeadImpactFrontHeaderWizardBuilder.UpperRoofInterior¶ Returns the upper roof interior geometry.
-------------------------------------Getter Method
Signature
UpperRoofInteriorReturns: Return type: NXOpen.ScCollectorNew in version NX9.0.0.
License requirements: None.
WindshieldEdge¶
-
HeadImpactFrontHeaderWizardBuilder.WindshieldEdge¶ Returns the windshield upper edge geometry.
-------------------------------------Getter Method
Signature
WindshieldEdgeReturns: Return type: NXOpen.ScCollectorNew in version NX9.0.0.
Deprecated since version NX11.0.0: Use
NXOpen.Features.VehicleDesign.HeadImpactFrontHeaderWizardBuilder.InteriorTrim()instead.License requirements: None.
Method Detail¶
Validate¶
-
HeadImpactFrontHeaderWizardBuilder.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.