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

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

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

Public Member Functions

bool CreateGeometry ()
 Returns the create construction geometry flag. More...
 
NXOpen::PointFH1Left ()
 Returns the left FH1 alternative point. More...
 
bool FH1LeftFlag ()
 Returns the left FH1 alternative point flag. More...
 
NXOpen::ExpressionFH1Offset ()
 Returns the offset used to position FH1. More...
 
NXOpen::PointFH1Right ()
 Returns the right FH1 alternative point. More...
 
bool FH1RightFlag ()
 Returns the right FH1 alternative point flag. More...
 
NXOpen::PointFH2Left ()
 Returns the left FH2 alternative point. More...
 
bool FH2LeftFlag ()
 Returns the left FH2 alternative point flag. More...
 
NXOpen::ExpressionFH2Offset ()
 Returns the offset used to position FH2. More...
 
NXOpen::PointFH2Right ()
 Returns the right FH2 alternative point. More...
 
bool FH2RightFlag ()
 Returns the right FH2 alternative point flag. More...
 
NXOpen::ExpressionReqHorizontalExact ()
 Returns the horizontal exact required approach angle. More...
 
NXOpen::ExpressionReqVerticalMax ()
 Returns the vertical maximum required approach angle. More...
 
NXOpen::ExpressionReqVerticalMin ()
 Returns the vertical minimum required approach angle. More...
 
void SetCreateGeometry (bool createGeometry)
 Sets the create construction geometry flag. More...
 
void SetFH1Left (NXOpen::Point *fh1Left)
 Sets the left FH1 alternative point. More...
 
void SetFH1LeftFlag (bool fh1LeftFlag)
 Sets the left FH1 alternative point flag. More...
 
void SetFH1Right (NXOpen::Point *fh1Right)
 Sets the right FH1 alternative point. More...
 
void SetFH1RightFlag (bool fh1RightFlag)
 Sets the right FH1 alternative point flag. More...
 
void SetFH2Left (NXOpen::Point *rp2Left)
 Sets the left FH2 alternative point. More...
 
void SetFH2LeftFlag (bool rp2LeftFlag)
 Sets the left FH2 alternative point flag. More...
 
void SetFH2Right (NXOpen::Point *rp2Right)
 Sets the right FH2 alternative point. More...
 
void SetFH2RightFlag (bool rp2RightFlag)
 Sets the right FH2 alternative point flag. 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::HeadImpactFrontHeaderDetailBuilder .


This is an abstract class and cannot be instantiated.

Created in NX9.0.0.

Member Function Documentation

bool NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::CreateGeometry ( )

Returns the create construction geometry flag.


Created in NX9.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::FH1Left ( )

Returns the left FH1 alternative point.


Created in NX9.0.0.

License requirements : None

bool NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::FH1LeftFlag ( )

Returns the left FH1 alternative point flag.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::FH1Offset ( )

Returns the offset used to position FH1.


Created in NX9.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::FH1Right ( )

Returns the right FH1 alternative point.


Created in NX9.0.0.

License requirements : None

bool NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::FH1RightFlag ( )

Returns the right FH1 alternative point flag.


Created in NX9.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::FH2Left ( )

Returns the left FH2 alternative point.


Created in NX9.0.0.

License requirements : None

bool NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::FH2LeftFlag ( )

Returns the left FH2 alternative point flag.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::FH2Offset ( )

Returns the offset used to position FH2.


Created in NX9.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::FH2Right ( )

Returns the right FH2 alternative point.


Created in NX9.0.0.

License requirements : None

bool NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::FH2RightFlag ( )

Returns the right FH2 alternative point flag.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::ReqHorizontalExact ( )

Returns the horizontal exact required approach angle.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::ReqVerticalMax ( )

Returns the vertical maximum required approach angle.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::ReqVerticalMin ( )

Returns the vertical minimum required approach angle.


Created in NX9.0.0.

License requirements : None

void NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::SetCreateGeometry ( bool  createGeometry)

Sets the create construction geometry flag.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
createGeometrycreategeometry
void NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::SetFH1Left ( NXOpen::Point fh1Left)

Sets the left FH1 alternative point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
fh1Leftfh1left
void NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::SetFH1LeftFlag ( bool  fh1LeftFlag)

Sets the left FH1 alternative point flag.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
fh1LeftFlagfh1leftflag
void NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::SetFH1Right ( NXOpen::Point fh1Right)

Sets the right FH1 alternative point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
fh1Rightfh1right
void NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::SetFH1RightFlag ( bool  fh1RightFlag)

Sets the right FH1 alternative point flag.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
fh1RightFlagfh1rightflag
void NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::SetFH2Left ( NXOpen::Point rp2Left)

Sets the left FH2 alternative point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
rp2Leftrp2left
void NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::SetFH2LeftFlag ( bool  rp2LeftFlag)

Sets the left FH2 alternative point flag.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
rp2LeftFlagrp2leftflag
void NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::SetFH2Right ( NXOpen::Point rp2Right)

Sets the right FH2 alternative point.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
rp2Rightrp2right
void NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::SetFH2RightFlag ( bool  rp2RightFlag)

Sets the right FH2 alternative point flag.


Created in NX9.0.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
rp2RightFlagrp2rightflag
virtual bool NXOpen::Features::VehicleDesign::HeadImpactFrontHeaderDetailBuilder::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.