NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder Class Reference

Represents a NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder . More...

Inheritance diagram for NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::PointBP2Left ()
 Returns the left B-pillar 2 point. More...
 
NXOpen::PointBP2Right ()
 Returns the right B-pillar 2 point. More...
 
NXOpen::ScCollectorBPillarLeft ()
 Returns the left B pillar geometry. More...
 
NXOpen::ScCollectorBPillarRight ()
 Returns the right B pillar geometry. More...
 
NXOpen::ScCollectorCenterlineLeft ()
 Returns the left B Pillar centerline geometry. More...
 
NXOpen::ScCollectorCenterlineRight ()
 Returns the right B Pillar centerline geometry. More...
 
NXOpen::PointDaylightBottomLeft ()
 Returns the left daylight opening bottom point. More...
 
NXOpen::PointDaylightBottomRight ()
 Returns the right daylight opening bottom point. More...
 
NXOpen::ScCollectorDaylightOpeningLeft ()
 Returns the left forward daylight opening geometry. More...
 
NXOpen::ScCollectorDaylightOpeningRight ()
 Returns the right forward daylight opening geometry. More...
 
NXOpen::ScCollectorDoorOpeningLeft ()
 Returns the left forward door opening geometry. More...
 
NXOpen::ScCollectorDoorOpeningRight ()
 Returns the right forward door opening geometry. More...
 
NXOpen::PointDoorTopLeft ()
 Returns the left door opening top point. More...
 
NXOpen::PointDoorTopRight ()
 Returns the right door opening top point. More...
 
void SetBP2Left (NXOpen::Point *bp2Left)
 Sets the left B-pillar 2 point. More...
 
void SetBP2Right (NXOpen::Point *bp2Right)
 Sets the right B-pillar 2 point. More...
 
void SetDaylightBottomLeft (NXOpen::Point *daylightBottomLeft)
 Sets the left daylight opening bottom point. More...
 
void SetDaylightBottomRight (NXOpen::Point *daylightBottomRight)
 Sets the right daylight opening bottom point. More...
 
void SetDoorTopLeft (NXOpen::Point *doorTopLeft)
 Sets the left door opening top point. More...
 
void SetDoorTopRight (NXOpen::Point *doorTopRight)
 Sets the right door opening top point. More...
 
NXOpen::ScCollectorUpperRoofInterior ()
 Returns the upper roof interior geometry. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder .


This is an abstract class and cannot be instantiated.

Created in NX9.0.0.

Member Function Documentation

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::BP2Left ( )

Returns the left B-pillar 2 point.


Created in NX9.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::BP2Right ( )

Returns the right B-pillar 2 point.


Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::BPillarLeft ( )

Returns the left B pillar geometry.


Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::BPillarRight ( )

Returns the right B pillar geometry.


Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::CenterlineLeft ( )

Returns the left B Pillar centerline geometry.


Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::CenterlineRight ( )

Returns the right B Pillar centerline geometry.


Created in NX9.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::DaylightBottomLeft ( )

Returns the left daylight opening bottom point.


Created in NX9.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::DaylightBottomRight ( )

Returns the right daylight opening bottom point.


Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::DaylightOpeningLeft ( )

Returns the left forward daylight opening geometry.


Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::DaylightOpeningRight ( )

Returns the right forward daylight opening geometry.


Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::DoorOpeningLeft ( )

Returns the left forward door opening geometry.


Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::DoorOpeningRight ( )

Returns the right forward door opening geometry.


Created in NX9.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::DoorTopLeft ( )

Returns the left door opening top point.


Created in NX9.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::DoorTopRight ( )

Returns the right door opening top point.


Created in NX9.0.0.

License requirements : None

void NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::SetBP2Left ( NXOpen::Point bp2Left)

Sets the left B-pillar 2 point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
bp2Leftbp2left
void NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::SetBP2Right ( NXOpen::Point bp2Right)

Sets the right B-pillar 2 point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
bp2Rightbp2right
void NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::SetDaylightBottomLeft ( NXOpen::Point daylightBottomLeft)

Sets the left daylight opening bottom point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
daylightBottomLeftdaylightbottomleft
void NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::SetDaylightBottomRight ( NXOpen::Point daylightBottomRight)

Sets the right daylight opening bottom point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
daylightBottomRightdaylightbottomright
void NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::SetDoorTopLeft ( NXOpen::Point doorTopLeft)

Sets the left door opening top point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
doorTopLeftdoortopleft
void NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::SetDoorTopRight ( NXOpen::Point doorTopRight)

Sets the right door opening top point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
doorTopRightdoortopright
NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::UpperRoofInterior ( )

Returns the upper roof interior geometry.


Created in NX9.0.0.

License requirements : None

virtual bool NXOpen::Features::VehicleDesign::HeadImpactBPillarWizardBuilder::Validate ( )
virtual

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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.