NX Open C++ Reference Guide
|
Represents a Mechatronics::GanttOperationParameterBuilder
To create a new instance of this class, use Mechatronics::GanttCollection::CreateGanttOperationParameterBuilder
Created in NX7.5.1.
More...
Public Member Functions | |
bool | IOStatus () |
Returns the io status Created in NX7.5.1. | |
NXOpen::NXObject * | ObjectValue () |
Returns the parameter value which will be set to the input physics object during runtime. | |
NXString | ParameterName () |
Returns the parameter name Created in NX7.5.1. | |
NXString | ParameterValue () |
Returns the parameter value which will be set to the input physics object during runtime. | |
int | PropertyId () |
Returns the id of property in physics object Created in NX7.5.1. | |
void | SetIOStatus (bool io) |
Sets the io status Created in NX7.5.1. | |
void | SetObjectValue (NXOpen::NXObject *objValue) |
Sets the parameter value which will be set to the input physics object during runtime. | |
void | SetParameterName (const NXString &name) |
Sets the parameter name Created in NX7.5.1. | |
void | SetParameterValue (const NXString &strValue) |
Sets the parameter value which will be set to the input physics object during runtime. | |
void | SetPropertyId (int prop) |
Sets the id of property in physics object Created in NX7.5.1. |
Represents a Mechatronics::GanttOperationParameterBuilder
To create a new instance of this class, use Mechatronics::GanttCollection::CreateGanttOperationParameterBuilder
Created in NX7.5.1.
Returns the io status
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the parameter value which will be set to the input physics object during runtime.
If property value type is not object, this property should be null, it can be a physics object(Rigid Body, Collision, Constraints, Joints etc.), Function Table, Material etc.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the parameter name
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the parameter value which will be set to the input physics object during runtime.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the id of property in physics object
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Sets the io status
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
io | io |
void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetObjectValue | ( | NXOpen::NXObject * | objValue | ) |
Sets the parameter value which will be set to the input physics object during runtime.
If property value type is not object, this property should be null, it can be a physics object(Rigid Body, Collision, Constraints, Joints etc.), Function Table, Material etc.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
objValue | objvalue |
void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetParameterName | ( | const NXString & | name | ) |
Sets the parameter name
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | name |
void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetParameterValue | ( | const NXString & | strValue | ) |
Sets the parameter value which will be set to the input physics object during runtime.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
strValue | strvalue |
void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetPropertyId | ( | int | prop | ) |
Sets the id of property in physics object
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
prop | prop |