|
NX Open C++ Reference Guide
|
Represents a Mechatronics::LogicObject builder
To create a new instance of this class, use Mechatronics::LogicObjectCollection::CreateLogicObjectBuilder
Created in NX8.5.0.
More...
Classes | |
| struct | ParameterData |
| Defined Parameter Data Structure. More... | |
Public Member Functions | |
| NXString | Aspect () |
| Returns the Aspect. | |
| std::vector < NXOpen::Mechatronics::LogicObjectBuilder::ParameterData > | GetParameterData () |
| Gets the parameter data. | |
| NXString | LetterDescription () |
| Returns the letter description. | |
| NXString | LetterName () |
| Returns the letter name. | |
| bool | Modified () |
| Returns the modified status. | |
| NXOpen::NXObject * | NavigatorObject () |
| Returns the navigator object which holds the teamcenter attributes. | |
| NXOpen::Mechatronics::ObjectInformationBuilder * | ObjectInformation () |
| Returns the object information builder, used to specify the information of logic object. | |
| NXOpen::NXObject * | Parent () |
| Returns the parent object. | |
| void | SetAspect (const NXString &aspect) |
| Sets the Aspect. | |
| void | SetAspect (const char *aspect) |
| Sets the Aspect. | |
| void | SetLetterDescription (const NXString &letterDescription) |
| Sets the letter description. | |
| void | SetLetterDescription (const char *letterDescription) |
| Sets the letter description. | |
| void | SetLetterName (const NXString &letterName) |
| Sets the letter name. | |
| void | SetLetterName (const char *letterName) |
| Sets the letter name. | |
| void | SetModified (bool modified) |
| Sets the modified status. | |
| void | SetParameterData (const std::vector< NXOpen::Mechatronics::LogicObjectBuilder::ParameterData > ¶meterData) |
| Sets the parameter data. | |
| void | SetParent (NXOpen::NXObject *parent) |
| Sets the parent object. | |
| void | SetTypeName (const NXString &typeName) |
| Sets the Type Name used for. | |
| void | SetTypeName (const char *typeName) |
| Sets the Type Name used for. | |
| NXString | TypeName () |
| Returns the Type Name used for. | |
Public Member Functions inherited from NXOpen::Mechatronics::SystemObjectBuilder | |
| NXString | InstanceName () |
| Returns the name of instance. | |
| void | SetInstanceName (const NXString &name) |
| Sets the name of instance. | |
| void | SetInstanceName (const char *name) |
| Sets the name of instance. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Mechatronics::LogicObject builder
To create a new instance of this class, use Mechatronics::LogicObjectCollection::CreateLogicObjectBuilder
Created in NX8.5.0.
| NXString NXOpen::Mechatronics::LogicObjectBuilder::Aspect | ( | ) |
Returns the Aspect.
Created in NX9.0.0.
License requirements : None
| std::vector<NXOpen::Mechatronics::LogicObjectBuilder::ParameterData> NXOpen::Mechatronics::LogicObjectBuilder::GetParameterData | ( | ) |
Gets the parameter data.
| NXString NXOpen::Mechatronics::LogicObjectBuilder::LetterDescription | ( | ) |
Returns the letter description.
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::Mechatronics::LogicObjectBuilder::LetterName | ( | ) |
Returns the letter name.
Created in NX8.5.0.
License requirements : None
| bool NXOpen::Mechatronics::LogicObjectBuilder::Modified | ( | ) |
Returns the modified status.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| NXOpen::NXObject* NXOpen::Mechatronics::LogicObjectBuilder::NavigatorObject | ( | ) |
Returns the navigator object which holds the teamcenter attributes.
Created in NX8.5.0.
License requirements : None
| NXOpen::Mechatronics::ObjectInformationBuilder* NXOpen::Mechatronics::LogicObjectBuilder::ObjectInformation | ( | ) |
Returns the object information builder, used to specify the information of logic object.
Created in NX8.5.0.
License requirements : None
| NXOpen::NXObject* NXOpen::Mechatronics::LogicObjectBuilder::Parent | ( | ) |
Returns the parent object.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| void NXOpen::Mechatronics::LogicObjectBuilder::SetAspect | ( | const NXString & | aspect | ) |
Sets the Aspect.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| aspect | aspect |
| void NXOpen::Mechatronics::LogicObjectBuilder::SetAspect | ( | const char * | aspect | ) |
Sets the Aspect.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| aspect | aspect |
| void NXOpen::Mechatronics::LogicObjectBuilder::SetLetterDescription | ( | const NXString & | letterDescription | ) |
Sets the letter description.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| letterDescription | Letter Description |
| void NXOpen::Mechatronics::LogicObjectBuilder::SetLetterDescription | ( | const char * | letterDescription | ) |
Sets the letter description.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| letterDescription | Letter Description |
| void NXOpen::Mechatronics::LogicObjectBuilder::SetLetterName | ( | const NXString & | letterName | ) |
Sets the letter name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| letterName | Letter name |
| void NXOpen::Mechatronics::LogicObjectBuilder::SetLetterName | ( | const char * | letterName | ) |
Sets the letter name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| letterName | Letter name |
| void NXOpen::Mechatronics::LogicObjectBuilder::SetModified | ( | bool | modified | ) |
Sets the modified status.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| modified | modified |
| void NXOpen::Mechatronics::LogicObjectBuilder::SetParameterData | ( | const std::vector< NXOpen::Mechatronics::LogicObjectBuilder::ParameterData > & | parameterData | ) |
Sets the parameter data.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| parameterData | Parameter data array |
| void NXOpen::Mechatronics::LogicObjectBuilder::SetParent | ( | NXOpen::NXObject * | parent | ) |
Sets the parent object.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| parent | Parent object |
| void NXOpen::Mechatronics::LogicObjectBuilder::SetTypeName | ( | const NXString & | typeName | ) |
Sets the Type Name used for.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| typeName | type name |
| void NXOpen::Mechatronics::LogicObjectBuilder::SetTypeName | ( | const char * | typeName | ) |
Sets the Type Name used for.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| typeName | type name |
| NXString NXOpen::Mechatronics::LogicObjectBuilder::TypeName | ( | ) |
Returns the Type Name used for.
Created in NX9.0.0.
License requirements : None