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 | SetParameterName (const char *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 | SetParameterValue (const char *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. | |
![]() | |
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 Mechatronics::GanttOperationParameterBuilder
To create a new instance of this class, use Mechatronics::GanttCollection::CreateGanttOperationParameterBuilder
Created in NX7.5.1.
bool NXOpen::Mechatronics::GanttOperationParameterBuilder::IOStatus | ( | ) |
Returns the io status
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::NXObject* NXOpen::Mechatronics::GanttOperationParameterBuilder::ObjectValue | ( | ) |
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")
NXString NXOpen::Mechatronics::GanttOperationParameterBuilder::ParameterName | ( | ) |
Returns the parameter name
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXString NXOpen::Mechatronics::GanttOperationParameterBuilder::ParameterValue | ( | ) |
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")
int NXOpen::Mechatronics::GanttOperationParameterBuilder::PropertyId | ( | ) |
Returns the id of property in physics object
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetIOStatus | ( | bool | io | ) |
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::SetParameterName | ( | const char * | 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::SetParameterValue | ( | const char * | 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 |