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

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

Inheritance diagram for NXOpen::Features::VehicleDesign::HeadImpactBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  CalculationType { CalculationTypeBothSides, CalculationTypeRightSide, CalculationTypeLeftSide }
 Represents the calculation types. More...
 
enum  RequirementsControlType { RequirementsControlTypeStandardDriven, RequirementsControlTypeUserDefined }
 Represents the requirements control types. More...
 

Public Member Functions

bool ActiveZone ()
 Returns the activate exclusion zone flag for this head impact study. More...
 
void AddAdditionalPillarFeature (NXOpen::Features::VehicleDesign::HeadImpactOPillar *feature)
 The method to add an additional pillar feature. More...
 
void AddAdditionalRailFeature (NXOpen::Features::VehicleDesign::HeadImpactOtherRail *feature)
 The method to add an additional side rail feature. More...
 
NXOpen::Features::VehicleDesign::HeadImpactAPillarAPillarFeature ()
 Returns the a-pillar feature for this head impact study. More...
 
NXOpen::Features::VehicleDesign::HeadImpactBPillarBPillarFeature ()
 Returns the b-pillar feature for this head impact study. More...
 
NXOpen::Features::VehicleDesign::HeadImpactBuilder::CalculationType Calculation ()
 Returns the calculation type for this head impact study. More...
 
NXOpen::ExpressionCOGFrontXOffset ()
 Returns the center of gravity front longitudunal offset for this head impact study. More...
 
NXOpen::ExpressionCOGFrontZOffset ()
 Returns the center of gravity front vertical offset for this head impact study. More...
 
NXOpen::ExpressionCOGRearXOffset ()
 Returns the center of gravity rear longitudunal offset for this head impact study. More...
 
NXOpen::ExpressionCOGRearZOffset ()
 Returns the center of gravity rear vertical offset for this head impact study. More...
 
NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderFrontHeaderFeature ()
 Returns the front header feature for this head impact study. More...
 
NXString Loading ()
 Returns the loading used for this head impact study. More...
 
NXOpen::Features::VehicleDesign::HeadImpactRearHeaderRearHeaderFeature ()
 Returns the rear header feature for this head impact study. More...
 
NXOpen::Features::VehicleDesign::HeadImpactBuilder::RequirementsControlType RequirementsControl ()
 Returns the requirements control for standard driven or user defined. More...
 
NXOpen::Features::VehicleDesign::HeadImpactRPillarRPillarFeature ()
 Returns the rear pillar feature for this head impact study. More...
 
void SetActiveZone (bool activeZone)
 Sets the activate exclusion zone flag for this head impact study. More...
 
void SetAPillarFeature (NXOpen::Features::VehicleDesign::HeadImpactAPillar *feature)
 Sets the a-pillar feature for this head impact study. More...
 
void SetBPillarFeature (NXOpen::Features::VehicleDesign::HeadImpactBPillar *feature)
 Sets the b-pillar feature for this head impact study. More...
 
void SetCalculation (NXOpen::Features::VehicleDesign::HeadImpactBuilder::CalculationType calculation)
 Sets the calculation type for this head impact study. More...
 
void SetFrontHeaderFeature (NXOpen::Features::VehicleDesign::HeadImpactFrontHeader *feature)
 Sets the front header feature for this head impact study. More...
 
void SetLoading (const NXString &loading)
 Sets the loading used for this head impact study. More...
 
void SetLoading (const char *loading)
 Sets the loading used for this head impact study. More...
 
void SetRearHeaderFeature (NXOpen::Features::VehicleDesign::HeadImpactRearHeader *feature)
 Sets the rear header feature for this head impact study. More...
 
void SetRequirementsControl (NXOpen::Features::VehicleDesign::HeadImpactBuilder::RequirementsControlType requirementsControl)
 Sets the requirements control for standard driven or user defined. More...
 
void SetRPillarFeature (NXOpen::Features::VehicleDesign::HeadImpactRPillar *feature)
 Sets the rear pillar feature for this head impact study. More...
 
void SetSideRailFeature (NXOpen::Features::VehicleDesign::HeadImpactSideRail *feature)
 Sets the side rail feature for this head impact study. More...
 
void SetStandard (const NXString &standard)
 Sets the standard used for this head impact study. More...
 
void SetStandard (const char *standard)
 Sets the standard used for this head impact study. More...
 
void SetUpperRoofFeature (NXOpen::Features::VehicleDesign::HeadImpactUpperRoof *feature)
 Sets the upper roof feature for this head impact study. More...
 
void SetVisualizeZone (bool visualizeZone)
 Sets the visualize exclusion zone flag for this head impact study. More...
 
NXOpen::Features::VehicleDesign::HeadImpactSideRailSideRailFeature ()
 Returns the side rail feature for this head impact study. More...
 
NXString Standard ()
 Returns the standard used for this head impact study. More...
 
NXOpen::Features::VehicleDesign::HeadImpactUpperRoofUpperRoofFeature ()
 Returns the upper roof feature for this head impact study. More...
 
bool VisualizeZone ()
 Returns the visualize exclusion zone flag for this head impact study. More...
 
NXOpen::ExpressionZoneDistance ()
 Returns the exclusion zone distance for this head impact study. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
void SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited
Created in NX6.0.0. More...
 
void SetParentFeatureInternal (bool isInternal)
 Sets whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. 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::HeadImpactBuilder .


To create a new instance of this class, use NXOpen::Features::VehicleDesignCollection::CreateHeadImpactBuilder
Default values.

Property Value

ActiveZone

0

COGFrontXOffset.Value

0 (millimeters part), 0 (inches part)

COGFrontZOffset.Value

0 (millimeters part), 0 (inches part)

COGRearXOffset.Value

0 (millimeters part), 0 (inches part)

COGRearZOffset.Value

0 (millimeters part), 0 (inches part)

Calculation

BothSides

RequirementsControl

StandardDriven

VisualizeZone

0

ZoneDistance.Value

0 (millimeters part), 0 (inches part)


Created in NX9.0.0.

Member Enumeration Documentation

Represents the calculation types.

Enumerator
CalculationTypeBothSides 

both sides

CalculationTypeRightSide 

right side

CalculationTypeLeftSide 

left side

Represents the requirements control types.

Enumerator
RequirementsControlTypeStandardDriven 

standard driven

RequirementsControlTypeUserDefined 

user defined

Member Function Documentation

bool NXOpen::Features::VehicleDesign::HeadImpactBuilder::ActiveZone ( )

Returns the activate exclusion zone flag for this head impact study.


Created in NX9.0.0.

License requirements : None

void NXOpen::Features::VehicleDesign::HeadImpactBuilder::AddAdditionalPillarFeature ( NXOpen::Features::VehicleDesign::HeadImpactOPillar feature)

The method to add an additional pillar feature.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
featurefeature
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::AddAdditionalRailFeature ( NXOpen::Features::VehicleDesign::HeadImpactOtherRail feature)

The method to add an additional side rail feature.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
featurefeature
NXOpen::Features::VehicleDesign::HeadImpactAPillar* NXOpen::Features::VehicleDesign::HeadImpactBuilder::APillarFeature ( )

Returns the a-pillar feature for this head impact study.


Created in NX9.0.0.

License requirements : None

NXOpen::Features::VehicleDesign::HeadImpactBPillar* NXOpen::Features::VehicleDesign::HeadImpactBuilder::BPillarFeature ( )

Returns the b-pillar feature for this head impact study.


Created in NX9.0.0.

License requirements : None

NXOpen::Features::VehicleDesign::HeadImpactBuilder::CalculationType NXOpen::Features::VehicleDesign::HeadImpactBuilder::Calculation ( )

Returns the calculation type for this head impact study.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::HeadImpactBuilder::COGFrontXOffset ( )

Returns the center of gravity front longitudunal offset for this head impact study.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::HeadImpactBuilder::COGFrontZOffset ( )

Returns the center of gravity front vertical offset for this head impact study.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::HeadImpactBuilder::COGRearXOffset ( )

Returns the center of gravity rear longitudunal offset for this head impact study.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::HeadImpactBuilder::COGRearZOffset ( )

Returns the center of gravity rear vertical offset for this head impact study.


Created in NX9.0.0.

License requirements : None

NXOpen::Features::VehicleDesign::HeadImpactFrontHeader* NXOpen::Features::VehicleDesign::HeadImpactBuilder::FrontHeaderFeature ( )

Returns the front header feature for this head impact study.


Created in NX9.0.0.

License requirements : None

NXString NXOpen::Features::VehicleDesign::HeadImpactBuilder::Loading ( )

Returns the loading used for this head impact study.


Created in NX9.0.0.

License requirements : None

NXOpen::Features::VehicleDesign::HeadImpactRearHeader* NXOpen::Features::VehicleDesign::HeadImpactBuilder::RearHeaderFeature ( )

Returns the rear header feature for this head impact study.


Created in NX9.0.0.

License requirements : None

NXOpen::Features::VehicleDesign::HeadImpactBuilder::RequirementsControlType NXOpen::Features::VehicleDesign::HeadImpactBuilder::RequirementsControl ( )

Returns the requirements control for standard driven or user defined.


Created in NX9.0.0.

License requirements : None

NXOpen::Features::VehicleDesign::HeadImpactRPillar* NXOpen::Features::VehicleDesign::HeadImpactBuilder::RPillarFeature ( )

Returns the rear pillar feature for this head impact study.


Created in NX9.0.0.

License requirements : None

void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetActiveZone ( bool  activeZone)

Sets the activate exclusion zone flag for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
activeZoneactivezone
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetAPillarFeature ( NXOpen::Features::VehicleDesign::HeadImpactAPillar feature)

Sets the a-pillar feature for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
featurefeature
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetBPillarFeature ( NXOpen::Features::VehicleDesign::HeadImpactBPillar feature)

Sets the b-pillar feature for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
featurefeature
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetCalculation ( NXOpen::Features::VehicleDesign::HeadImpactBuilder::CalculationType  calculation)

Sets the calculation type for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
calculationcalculation
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetFrontHeaderFeature ( NXOpen::Features::VehicleDesign::HeadImpactFrontHeader feature)

Sets the front header feature for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
featurefeature
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetLoading ( const NXString loading)

Sets the loading used for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
loadingloading
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetLoading ( const char *  loading)

Sets the loading used for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
loadingloading
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetRearHeaderFeature ( NXOpen::Features::VehicleDesign::HeadImpactRearHeader feature)

Sets the rear header feature for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
featurefeature
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetRequirementsControl ( NXOpen::Features::VehicleDesign::HeadImpactBuilder::RequirementsControlType  requirementsControl)

Sets the requirements control for standard driven or user defined.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
requirementsControlrequirementscontrol
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetRPillarFeature ( NXOpen::Features::VehicleDesign::HeadImpactRPillar feature)

Sets the rear pillar feature for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
featurefeature
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetSideRailFeature ( NXOpen::Features::VehicleDesign::HeadImpactSideRail feature)

Sets the side rail feature for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
featurefeature
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetStandard ( const NXString standard)

Sets the standard used for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
standardstandard
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetStandard ( const char *  standard)

Sets the standard used for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
standardstandard
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetUpperRoofFeature ( NXOpen::Features::VehicleDesign::HeadImpactUpperRoof feature)

Sets the upper roof feature for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
featurefeature
void NXOpen::Features::VehicleDesign::HeadImpactBuilder::SetVisualizeZone ( bool  visualizeZone)

Sets the visualize exclusion zone flag for this head impact study.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
visualizeZonevisualizezone
NXOpen::Features::VehicleDesign::HeadImpactSideRail* NXOpen::Features::VehicleDesign::HeadImpactBuilder::SideRailFeature ( )

Returns the side rail feature for this head impact study.


Created in NX9.0.0.

License requirements : None

NXString NXOpen::Features::VehicleDesign::HeadImpactBuilder::Standard ( )

Returns the standard used for this head impact study.


Created in NX9.0.0.

License requirements : None

NXOpen::Features::VehicleDesign::HeadImpactUpperRoof* NXOpen::Features::VehicleDesign::HeadImpactBuilder::UpperRoofFeature ( )

Returns the upper roof feature for this head impact study.


Created in NX9.0.0.

License requirements : None

bool NXOpen::Features::VehicleDesign::HeadImpactBuilder::VisualizeZone ( )

Returns the visualize exclusion zone flag for this head impact study.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::HeadImpactBuilder::ZoneDistance ( )

Returns the exclusion zone distance for this head impact study.


Created in NX9.0.0.

License requirements : None


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