NX Open C++ Reference Guide
|
Represents a Features::VehicleDesign::BaseDataPassengerBuilder . More...
Public Types | |
enum | SeatDirectionOptions { SeatDirectionOptionsFrontward, SeatDirectionOptionsBackward, SeatDirectionOptionsLeft, SeatDirectionOptionsRight, SeatDirectionOptionsCustom } |
This enum represents the options to define the passenger's seat direction type. More... | |
Public Member Functions | |
bool | Active () |
Returns the status to indicate whether the passenger is active or not. | |
void | Assign (NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder *other) |
Assigns values from another passenger. | |
NXString | Description () |
Returns the name or short description of the passenger. | |
double | GetBackAngle () |
Returns the passenger's back angle. | |
double | GetHorizontalPointTravel () |
Returns the passenger's horizontal adjustment in x direction. | |
double | GetSeatAngle () |
Returns the passenger's seat angle. | |
NXOpen::Point * | HeelReferencePoint () |
Returns the passenger's heel reference point. | |
bool | HeelReferencePointActive () |
Returns the status to indicate whether the passenger heel reference point is active or not. | |
NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SeatDirectionOptions | SeatDirection () |
Returns the direction that this passenger is facing. | |
NXOpen::Point * | SeatReferencePoint () |
Returns the passenger's seat reference point. | |
bool | SeatReferencePointActive () |
Returns the status to indicate whether the passenger seat reference point is active or not. | |
void | SetActive (bool active) |
Sets the status to indicate whether the passenger is active or not. | |
void | SetBackAngle (double dValue) |
Sets the passenger's back angle. | |
void | SetDescription (const NXString &description) |
Sets the name or short description of the passenger. | |
void | SetDescription (const char *description) |
Sets the name or short description of the passenger. | |
void | SetHeelReferencePoint (NXOpen::Point *refPoint) |
Sets the passenger's heel reference point. | |
void | SetHeelReferencePointActive (bool activeStatus) |
Sets the status to indicate whether the passenger heel reference point is active or not. | |
void | SetHorizontalPointTravel (double dValue) |
Sets the passenger's horizontal adjustment in x direction. | |
void | SetSeatAngle (double dValue) |
Sets the passenger's seat angle. | |
void | SetSeatDirection (NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SeatDirectionOptions seatDirection) |
Sets the direction that this passenger is facing. | |
void | SetSeatReferencePoint (NXOpen::Point *refPoint) |
Sets the passenger's seat reference point. | |
void | SetSeatReferencePointActive (bool activeStatus) |
Sets the status to indicate whether the passenger seat reference point is active or not. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
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::BaseDataPassengerBuilder .
An instance of this class can be obtained from BaseDataBuilder::CreatePassenger
Created in NX8.5.0.
This enum represents the options to define the passenger's seat direction type.
bool NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::Active | ( | ) |
Returns the status to indicate whether the passenger is active or not.
If it is true, the passenger is active.
Created in NX8.5.0.
License requirements : None
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::Assign | ( | NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder * | other | ) |
Assigns values from another passenger.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
other | other |
NXString NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::Description | ( | ) |
Returns the name or short description of the passenger.
Created in NX8.5.0.
License requirements : None
double NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::GetBackAngle | ( | ) |
Returns the passenger's back angle.
double NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::GetHorizontalPointTravel | ( | ) |
Returns the passenger's horizontal adjustment in x direction.
double NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::GetSeatAngle | ( | ) |
Returns the passenger's seat angle.
NXOpen::Point* NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::HeelReferencePoint | ( | ) |
Returns the passenger's heel reference point.
Created in NX8.5.0.
License requirements : None
bool NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::HeelReferencePointActive | ( | ) |
Returns the status to indicate whether the passenger heel reference point is active or not.
If it is true, the passenger heel reference point is active.
Created in NX8.5.0.
License requirements : None
NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SeatDirectionOptions NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SeatDirection | ( | ) |
Returns the direction that this passenger is facing.
Created in NX8.5.0.
License requirements : None
NXOpen::Point* NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SeatReferencePoint | ( | ) |
Returns the passenger's seat reference point.
Created in NX8.5.0.
License requirements : None
bool NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SeatReferencePointActive | ( | ) |
Returns the status to indicate whether the passenger seat reference point is active or not.
If it is true, the passenger seat reference point is active.
Created in NX8.5.0.
License requirements : None
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SetActive | ( | bool | active | ) |
Sets the status to indicate whether the passenger is active or not.
If it is true, the passenger is active.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
active | active |
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SetBackAngle | ( | double | dValue | ) |
Sets the passenger's back angle.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
dValue | dvalue |
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SetDescription | ( | const NXString & | description | ) |
Sets the name or short description of the passenger.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
description | description |
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SetDescription | ( | const char * | description | ) |
Sets the name or short description of the passenger.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
description | description |
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SetHeelReferencePoint | ( | NXOpen::Point * | refPoint | ) |
Sets the passenger's heel reference point.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
refPoint | refpoint |
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SetHeelReferencePointActive | ( | bool | activeStatus | ) |
Sets the status to indicate whether the passenger heel reference point is active or not.
If it is true, the passenger heel reference point is active.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
activeStatus | activestatus |
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SetHorizontalPointTravel | ( | double | dValue | ) |
Sets the passenger's horizontal adjustment in x direction.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
dValue | dvalue |
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SetSeatAngle | ( | double | dValue | ) |
Sets the passenger's seat angle.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
dValue | dvalue |
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SetSeatDirection | ( | NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SeatDirectionOptions | seatDirection | ) |
Sets the direction that this passenger is facing.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
seatDirection | seatdirection |
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SetSeatReferencePoint | ( | NXOpen::Point * | refPoint | ) |
Sets the passenger's seat reference point.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
refPoint | refpoint |
void NXOpen::Features::VehicleDesign::BaseDataPassengerBuilder::SetSeatReferencePointActive | ( | bool | activeStatus | ) |
Sets the status to indicate whether the passenger seat reference point is active or not.
If it is true, the passenger seat reference point is active.
Created in NX8.5.0.
License requirements : nx_general_packaging ("NX General Packaging")
activeStatus | activestatus |