NX Open C++ Reference Guide
|
Represents a Motion::PlantOutput builder
To create a new instance of this class, use Motion::PlantOutputCollection::CreatePlantOutputBuilder
Created in NX6.0.0.
More...
Public Types | |
enum | Poutype { PoutypeFunc, PoutypeSensor } |
the type enum More... | |
Public Member Functions | |
NXOpen::CAE::Function * | Function () |
Returns the function Created in NX6.0.0. | |
NXString | Name () |
Returns the name Created in NX6.0.0. | |
NXOpen::NXObject * | Sensor () |
Returns the sensor Created in NX6.0.0. | |
void | SetFunction (NXOpen::CAE::Function *function) |
Sets the function Created in NX6.0.0. | |
void | SetName (const NXString &name) |
Sets the name Created in NX6.0.0. | |
void | SetSensor (NXOpen::NXObject *sensor) |
Sets the sensor Created in NX6.0.0. | |
void | SetType (NXOpen::Motion::PlantOutputBuilder::Poutype type) |
Sets the type Created in NX6.0.0. | |
NXOpen::Motion::PlantOutputBuilder::Poutype | Type () |
Returns the type Created in NX6.0.0. |
Represents a Motion::PlantOutput builder
To create a new instance of this class, use Motion::PlantOutputCollection::CreatePlantOutputBuilder
Created in NX6.0.0.
Returns the function
Created in NX6.0.0.
License requirements : nx_motion_cosim ("NX Motion CoSimulation")
Returns the name
Created in NX6.0.0.
License requirements : nx_motion_cosim ("NX Motion CoSimulation")
Returns the sensor
Created in NX6.0.0.
License requirements : nx_motion_cosim ("NX Motion CoSimulation")
void NXOpen::Motion::PlantOutputBuilder::SetFunction | ( | NXOpen::CAE::Function * | function | ) |
Sets the function
Created in NX6.0.0.
License requirements : nx_motion_cosim ("NX Motion CoSimulation")
function | function |
void NXOpen::Motion::PlantOutputBuilder::SetName | ( | const NXString & | name | ) |
Sets the name
Created in NX6.0.0.
License requirements : nx_motion_cosim ("NX Motion CoSimulation")
name | name |
void NXOpen::Motion::PlantOutputBuilder::SetSensor | ( | NXOpen::NXObject * | sensor | ) |
Sets the sensor
Created in NX6.0.0.
License requirements : nx_motion_cosim ("NX Motion CoSimulation")
sensor | sensor |
void NXOpen::Motion::PlantOutputBuilder::SetType | ( | NXOpen::Motion::PlantOutputBuilder::Poutype | type | ) |
Sets the type
Created in NX6.0.0.
License requirements : nx_motion_cosim ("NX Motion CoSimulation")
type | type |
Returns the type
Created in NX6.0.0.
License requirements : nx_motion_cosim ("NX Motion CoSimulation")