HeadImpactUpperRoofWizardBuilder Class¶
-
class
NXOpen.Features.VehicleDesign.HeadImpactUpperRoofWizardBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Features.VehicleDesign.HeadImpactUpperRoofWizardBuilder.This is an abstract class and cannot be instantiated.
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| PlaneAPoint | Returns or sets the plane A point. |
| PlaneBPoint | Returns or sets the plane B point. |
| PlaneCPoint | Returns or sets the plane C point. |
| PlaneDPoint | Returns or sets the plane D point. |
| RearWindowTrim | Returns the rear window trim geometry. |
| 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¶
PlaneAPoint¶
-
HeadImpactUpperRoofWizardBuilder.PlaneAPoint¶ Returns or sets the plane A point.
-------------------------------------Getter Method
Signature
PlaneAPointReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlaneAPointParameters: planeAPoint ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PlaneBPoint¶
-
HeadImpactUpperRoofWizardBuilder.PlaneBPoint¶ Returns or sets the plane B point.
-------------------------------------Getter Method
Signature
PlaneBPointReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlaneBPointParameters: planeBPoint ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PlaneCPoint¶
-
HeadImpactUpperRoofWizardBuilder.PlaneCPoint¶ Returns or sets the plane C point.
-------------------------------------Getter Method
Signature
PlaneCPointReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlaneCPointParameters: planeCPoint ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PlaneDPoint¶
-
HeadImpactUpperRoofWizardBuilder.PlaneDPoint¶ Returns or sets the plane D point.
-------------------------------------Getter Method
Signature
PlaneDPointReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlaneDPointParameters: planeDPoint ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
RearWindowTrim¶
-
HeadImpactUpperRoofWizardBuilder.RearWindowTrim¶ Returns the rear window trim geometry.
-------------------------------------Getter Method
Signature
RearWindowTrimReturns: Return type: NXOpen.ScCollectorNew in version NX9.0.0.
License requirements: None.
UpperRoofExterior¶
-
HeadImpactUpperRoofWizardBuilder.UpperRoofExterior¶ Returns the upper roof exterior geometry.
-------------------------------------Getter Method
Signature
UpperRoofExteriorReturns: Return type: NXOpen.ScCollectorNew in version NX9.0.0.
License requirements: None.
UpperRoofInterior¶
-
HeadImpactUpperRoofWizardBuilder.UpperRoofInterior¶ Returns the upper roof interior geometry.
-------------------------------------Getter Method
Signature
UpperRoofInteriorReturns: Return type: NXOpen.ScCollectorNew in version NX9.0.0.
License requirements: None.
WindshieldTrim¶
-
HeadImpactUpperRoofWizardBuilder.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¶
-
HeadImpactUpperRoofWizardBuilder.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.