NX Open C++ Reference Guide
|
Represents a Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder . More...
Public Member Functions | |
NXOpen::Point * | PlaneAPoint () |
Returns the plane A point. | |
NXOpen::Point * | PlaneBPoint () |
Returns the plane B point. | |
NXOpen::Point * | PlaneCPoint () |
Returns the plane C point. | |
NXOpen::Point * | PlaneDPoint () |
Returns the plane D point. | |
NXOpen::ScCollector * | RearWindowTrim () |
Returns the rear window trim geometry. | |
void | SetPlaneAPoint (NXOpen::Point *planeAPoint) |
Sets the plane A point. | |
void | SetPlaneBPoint (NXOpen::Point *planeBPoint) |
Sets the plane B point. | |
void | SetPlaneCPoint (NXOpen::Point *planeCPoint) |
Sets the plane C point. | |
void | SetPlaneDPoint (NXOpen::Point *planeDPoint) |
Sets the plane D point. | |
NXOpen::ScCollector * | UpperRoofExterior () |
Returns the upper roof exterior geometry. | |
NXOpen::ScCollector * | UpperRoofInterior () |
Returns the upper roof interior geometry. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::ScCollector * | WindshieldTrim () |
Returns the windshield trim geometry. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder .
This is an abstract class and cannot be instantiated.
Created in NX9.0.0.
NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::PlaneAPoint | ( | ) |
Returns the plane A point.
Created in NX9.0.0.
License requirements : None
NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::PlaneBPoint | ( | ) |
Returns the plane B point.
Created in NX9.0.0.
License requirements : None
NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::PlaneCPoint | ( | ) |
Returns the plane C point.
Created in NX9.0.0.
License requirements : None
NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::PlaneDPoint | ( | ) |
Returns the plane D point.
Created in NX9.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::RearWindowTrim | ( | ) |
Returns the rear window trim geometry.
Created in NX9.0.0.
License requirements : None
void NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::SetPlaneAPoint | ( | NXOpen::Point * | planeAPoint | ) |
Sets the plane A point.
Created in NX9.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
planeAPoint | planeapoint |
void NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::SetPlaneBPoint | ( | NXOpen::Point * | planeBPoint | ) |
Sets the plane B point.
Created in NX9.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
planeBPoint | planebpoint |
void NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::SetPlaneCPoint | ( | NXOpen::Point * | planeCPoint | ) |
Sets the plane C point.
Created in NX9.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
planeCPoint | planecpoint |
void NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::SetPlaneDPoint | ( | NXOpen::Point * | planeDPoint | ) |
Sets the plane D point.
Created in NX9.0.0.
License requirements : nx_general_packaging ("NX General Packaging")
planeDPoint | planedpoint |
NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::UpperRoofExterior | ( | ) |
Returns the upper roof exterior geometry.
Created in NX9.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::UpperRoofInterior | ( | ) |
Returns the upper roof interior geometry.
Created in NX9.0.0.
License requirements : None
|
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.
NXOpen::ScCollector* NXOpen::Features::VehicleDesign::HeadImpactUpperRoofWizardBuilder::WindshieldTrim | ( | ) |
Returns the windshield trim geometry.
Created in NX9.0.0.
License requirements : None