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

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

Inheritance diagram for NXOpen::Features::VehicleDesign::BaseDataDriverBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::ExpressionBackAngle ()
 Returns the inclination angle of the backrest. More...
 
bool BackAngleFixed ()
 Returns the option to indicate whether the Back Angle is fixed for not. More...
 
NXString DriverSide ()
 Returns the Driver side. More...
 
NXOpen::ExpressionFrontShoulderRoom ()
 Returns the front shoulder room. More...
 
NXOpen::PointHeelReferencePoint ()
 Returns the driver heel reference point. More...
 
bool HeelReferencePointActive ()
 Returns the status to indicate whether the driver heel reference point is active or not. More...
 
NXOpen::ExpressionHorizontalPointTravel ()
 Returns the horizontal seat adjustment in the direction of the x axis. More...
 
NXOpen::PointPedalReferencePoint ()
 Returns the driver pedal reference point. More...
 
bool PedalReferencePointActive ()
 Returns the driver pedal reference point's activeness. More...
 
NXOpen::ExpressionRearShoulderRoom ()
 Returns the rear shoulder room. More...
 
NXOpen::PointSeatReferencePoint ()
 Returns the driver seat reference point. More...
 
bool SeatReferencePointActive ()
 Returns the status to indicate whether the driver seat reference point is active or not. More...
 
void SetBackAngleFixed (bool driverBackAngleFixed)
 Sets the option to indicate whether the Back Angle is fixed for not. More...
 
void SetHeelReferencePoint (NXOpen::Point *refPoint)
 Sets the driver heel reference point. More...
 
void SetHeelReferencePointActive (bool activeStatus)
 Sets the status to indicate whether the driver heel reference point is active or not. More...
 
void SetPedalReferencePoint (NXOpen::Point *refPoint)
 Sets the driver pedal reference point. More...
 
void SetPedalReferencePointActive (bool activeStatus)
 Sets the driver pedal reference point's activeness. More...
 
void SetSeatReferencePoint (NXOpen::Point *refPoint)
 Sets the driver seat reference point. More...
 
void SetSeatReferencePointActive (bool activeStatus)
 Sets the status to indicate whether the driver seat reference point is active or not. More...
 
void SetSteeringWheelCenterPoint (NXOpen::Point *refPoint)
 Sets the center point of the driver steering wheel. More...
 
void SetSteeringWheelCenterPointActive (bool activeStatus)
 Sets the status to indicate whether the steering wheel center point is active or not. More...
 
void SetTransmission (const NXString &transmission)
 Sets the vehicle transmission type. More...
 
void SetTransmission (const char *transmission)
 Sets the vehicle transmission type. More...
 
NXOpen::PointSteeringWheelCenterPoint ()
 Returns the center point of the driver steering wheel. More...
 
bool SteeringWheelCenterPointActive ()
 Returns the status to indicate whether the steering wheel center point is active or not. More...
 
NXString Transmission ()
 Returns the vehicle transmission type. 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::BaseDataDriverBuilder .


This class can only be used in base data, thus cannot be created directly by user.

Created in NX8.5.0.

Member Function Documentation

NXOpen::Expression* NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::BackAngle ( )

Returns the inclination angle of the backrest.


Created in NX8.5.0.

License requirements : None

bool NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::BackAngleFixed ( )

Returns the option to indicate whether the Back Angle is fixed for not.

If it is true, the back angle is not adjustable.
Created in NX8.5.0.

License requirements : None

NXString NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::DriverSide ( )

Returns the Driver side.

This value indicates either it is a left driven or right driven vehicle. This value is calculated from the driver's seat reference point coordinates and can not be edited by the user.
Created in NX8.5.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::FrontShoulderRoom ( )

Returns the front shoulder room.

This information is needed in the calculation for eye ellipses and the head position contour.


Created in NX8.5.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::HeelReferencePoint ( )

Returns the driver heel reference point.


Created in NX8.5.0.

License requirements : None

bool NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::HeelReferencePointActive ( )

Returns the status to indicate whether the driver heel reference point is active or not.

If it is true, the driver heel reference point is active.
Created in NX8.5.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::HorizontalPointTravel ( )

Returns the horizontal seat adjustment in the direction of the x axis.


Created in NX8.5.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::PedalReferencePoint ( )

Returns the driver pedal reference point.


Created in NX8.5.0.

License requirements : None

bool NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::PedalReferencePointActive ( )

Returns the driver pedal reference point's activeness.

If true, the driver pedal reference point is active.
Created in NX8.5.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::RearShoulderRoom ( )

Returns the rear shoulder room.

This information is needed in the calculation for head position contour.


Created in NX8.5.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SeatReferencePoint ( )

Returns the driver seat reference point.


Created in NX8.5.0.

License requirements : None

bool NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SeatReferencePointActive ( )

Returns the status to indicate whether the driver seat reference point is active or not.

If it is true, the driver seat reference point is active.
Created in NX8.5.0.

License requirements : None

void NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SetBackAngleFixed ( bool  driverBackAngleFixed)

Sets the option to indicate whether the Back Angle is fixed for not.

If it is true, the back angle is not adjustable.
Created in NX8.5.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
driverBackAngleFixeddriverbackanglefixed
void NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SetHeelReferencePoint ( NXOpen::Point refPoint)

Sets the driver heel reference point.


Created in NX8.5.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
refPointrefpoint
void NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SetHeelReferencePointActive ( bool  activeStatus)

Sets the status to indicate whether the driver heel reference point is active or not.

If it is true, the driver heel reference point is active.
Created in NX8.5.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
activeStatusactivestatus
void NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SetPedalReferencePoint ( NXOpen::Point refPoint)

Sets the driver pedal reference point.


Created in NX8.5.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
refPointrefpoint
void NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SetPedalReferencePointActive ( bool  activeStatus)

Sets the driver pedal reference point's activeness.

If true, the driver pedal reference point is active.
Created in NX8.5.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
activeStatusactivestatus
void NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SetSeatReferencePoint ( NXOpen::Point refPoint)

Sets the driver seat reference point.


Created in NX8.5.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
refPointrefpoint
void NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SetSeatReferencePointActive ( bool  activeStatus)

Sets the status to indicate whether the driver seat reference point is active or not.

If it is true, the driver seat reference point is active.
Created in NX8.5.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
activeStatusactivestatus
void NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SetSteeringWheelCenterPoint ( NXOpen::Point refPoint)

Sets the center point of the driver steering wheel.


Created in NX8.5.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
refPointrefpoint
void NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SetSteeringWheelCenterPointActive ( bool  activeStatus)

Sets the status to indicate whether the steering wheel center point is active or not.

If it is true, the steering wheel center point is active.
Created in NX8.5.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
activeStatusactivestatus
void NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SetTransmission ( const NXString transmission)

Sets the vehicle transmission type.


Created in NX8.5.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
transmissiontransmission
void NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SetTransmission ( const char *  transmission)

Sets the vehicle transmission type.


Created in NX8.5.0.

License requirements : nx_general_packaging ("NX General Packaging")

Parameters
transmissiontransmission
NXOpen::Point* NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SteeringWheelCenterPoint ( )

Returns the center point of the driver steering wheel.


Created in NX8.5.0.

License requirements : None

bool NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::SteeringWheelCenterPointActive ( )

Returns the status to indicate whether the steering wheel center point is active or not.

If it is true, the steering wheel center point is active.
Created in NX8.5.0.

License requirements : None

NXString NXOpen::Features::VehicleDesign::BaseDataDriverBuilder::Transmission ( )

Returns the vehicle transmission type.


Created in NX8.5.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.