NX Open C++ Reference Guide
|
Represents a Features::VehicleCoordinateSystem builder
To create a new instance of this class, use Features::FeatureCollection::CreateVehicleCoordinateSystemBuilder
Created in NX7.0.0.
More...
Public Types | |
enum | Types { TypesLengthWidthHeight, TypesWidthLengthHeight, TypesUserDefined } |
Vehicle Coordinate System type. More... | |
Public Member Functions | |
NXOpen::Point * | OriginPoint () |
Returns the origin point. | |
void | SetOriginPoint (NXOpen::Point *originPoint) |
Sets the origin point. | |
void | SetType (NXOpen::Features::VehicleCoordinateSystemBuilder::Types type) |
Sets the vehicle coordinate system type Created in NX7.0.0. | |
void | SetXAxis (NXOpen::Direction *xAxis) |
Sets the front to rear vector. | |
void | SetZAxis (NXOpen::Direction *zAxis) |
Sets the ground to roof vector. | |
NXOpen::Features::VehicleCoordinateSystemBuilder::Types | Type () |
Returns the vehicle coordinate system type Created in NX7.0.0. | |
NXOpen::Direction * | XAxis () |
Returns the front to rear vector. | |
NXOpen::Direction * | ZAxis () |
Returns the ground to roof vector. |
Represents a Features::VehicleCoordinateSystem builder
To create a new instance of this class, use Features::FeatureCollection::CreateVehicleCoordinateSystemBuilder
Created in NX7.0.0.
Returns the origin point.
It is only used when the type is set to Features::VehicleCoordinateSystemBuilder::TypesUserDefined .
Created in NX7.0.0.
License requirements : None
void NXOpen::Features::VehicleCoordinateSystemBuilder::SetOriginPoint | ( | NXOpen::Point * | originPoint | ) |
Sets the origin point.
It is only used when the type is set to Features::VehicleCoordinateSystemBuilder::TypesUserDefined .
Created in NX7.0.0.
License requirements : nx_general_packaging ("NX General Packaging") OR ug_body_design ("Body Design") OR nx_posture ("NX Jack Posture Prediction")
originPoint | originpoint |
void NXOpen::Features::VehicleCoordinateSystemBuilder::SetType | ( | NXOpen::Features::VehicleCoordinateSystemBuilder::Types | type | ) |
Sets the vehicle coordinate system type
Created in NX7.0.0.
License requirements : nx_general_packaging ("NX General Packaging") OR ug_body_design ("Body Design") OR nx_posture ("NX Jack Posture Prediction")
type | type |
Sets the front to rear vector.
It is only used when the type is set to Features::VehicleCoordinateSystemBuilder::TypesUserDefined .
Created in NX7.0.0.
License requirements : nx_general_packaging ("NX General Packaging") OR ug_body_design ("Body Design") OR nx_posture ("NX Jack Posture Prediction")
xAxis | xaxis |
Sets the ground to roof vector.
It is only used when the type is set to Features::VehicleCoordinateSystemBuilder::TypesUserDefined .
Created in NX7.0.0.
License requirements : nx_general_packaging ("NX General Packaging") OR ug_body_design ("Body Design") OR nx_posture ("NX Jack Posture Prediction")
zAxis | zaxis |
NXOpen::Features::VehicleCoordinateSystemBuilder::Types NXOpen::Features::VehicleCoordinateSystemBuilder::Type | ( | ) |
Returns the vehicle coordinate system type
Created in NX7.0.0.
License requirements : None
Returns the front to rear vector.
It is only used when the type is set to Features::VehicleCoordinateSystemBuilder::TypesUserDefined .
Created in NX7.0.0.
License requirements : None
Returns the ground to roof vector.
It is only used when the type is set to Features::VehicleCoordinateSystemBuilder::TypesUserDefined .
Created in NX7.0.0.
License requirements : None