HeadImpactUpperRoofWizardBuilder Class

class NXOpen.Features.VehicleDesign.HeadImpactUpperRoofWizardBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents 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 PlaneAPoint

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PlaneAPoint

Parameters: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 PlaneBPoint

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PlaneBPoint

Parameters: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 PlaneCPoint

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PlaneCPoint

Parameters: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 PlaneDPoint

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PlaneDPoint

Parameters: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 RearWindowTrim

Returns:
Return type:NXOpen.ScCollector

New in version NX9.0.0.

License requirements: None.

UpperRoofExterior

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

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

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

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.