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

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

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

Public Member Functions

NXOpen::PointRP2Left ()
 Returns the left rear pillar 2 point. More...
 
NXOpen::PointRP2Right ()
 Returns the right rear pillar 2 point. More...
 
NXOpen::ScCollectorRPillarLeft ()
 Returns the left rear pillar geometry. More...
 
NXOpen::ScCollectorRPillarRight ()
 Returns the right rear pillar geometry. More...
 
void SetRP2Left (NXOpen::Point *rp2Left)
 Sets the left rear pillar 2 point. More...
 
void SetRP2Right (NXOpen::Point *rp2Right)
 Sets the right rear pillar 2 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::HeadImpactRPillarWizardBuilder .


This is an abstract class and cannot be instantiated.

Created in NX9.0.0.

Member Function Documentation

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactRPillarWizardBuilder::RP2Left ( )

Returns the left rear pillar 2 point.


Created in NX9.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactRPillarWizardBuilder::RP2Right ( )

Returns the right rear pillar 2 point.


Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactRPillarWizardBuilder::RPillarLeft ( )

Returns the left rear pillar geometry.


Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactRPillarWizardBuilder::RPillarRight ( )

Returns the right rear pillar geometry.


Created in NX9.0.0.

License requirements : None

void NXOpen::Features::VehicleDesign::HeadImpactRPillarWizardBuilder::SetRP2Left ( NXOpen::Point rp2Left)

Sets the left rear pillar 2 point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
rp2Leftrp2left
void NXOpen::Features::VehicleDesign::HeadImpactRPillarWizardBuilder::SetRP2Right ( NXOpen::Point rp2Right)

Sets the right rear pillar 2 point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
rp2Rightrp2right
NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactRPillarWizardBuilder::UpperRoofInterior ( )

Returns the upper roof interior geometry.


Created in NX9.0.0.

License requirements : None

virtual bool NXOpen::Features::VehicleDesign::HeadImpactRPillarWizardBuilder::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.