NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Mechatronics::ObjectInformationBuilder Class Reference

Represents a NXOpen::Mechatronics::ObjectInformationBuilder
This is a sub-builder class and cannot be directly instantiated

Created in NX8.5.0. More...

Inheritance diagram for NXOpen::Mechatronics::ObjectInformationBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

std::vector< NXStringGetDescription ()
 Gets the description. More...
 
NXString ItemID ()
 Returns the item ID. More...
 
NXString ItemName ()
 Returns the name of item. More...
 
NXString ItemTypes ()
 Returns the item types. More...
 
NXString RevisionID ()
 Returns the revision ID. More...
 
void SetDescription (const std::vector< NXString > &description)
 Sets the description. More...
 
void SetItemID (const NXString &itemID)
 Sets the item ID. More...
 
void SetItemID (const char *itemID)
 Sets the item ID. More...
 
void SetItemName (const NXString &name)
 Sets the name of item. More...
 
void SetItemName (const char *name)
 Sets the name of item. More...
 
void SetItemTypes (const NXString &itemTypes)
 Sets the item types. More...
 
void SetItemTypes (const char *itemTypes)
 Sets the item types. More...
 
void SetRevisionID (const NXString &revID)
 Sets the revision ID. More...
 
void SetRevisionID (const char *revID)
 Sets the revision ID. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Mechatronics::ObjectInformationBuilder
This is a sub-builder class and cannot be directly instantiated

Created in NX8.5.0.


Member Function Documentation

std::vector<NXString> NXOpen::Mechatronics::ObjectInformationBuilder::GetDescription ( )

Gets the description.

Returns

Created in NX8.5.0.

License requirements : None
NXString NXOpen::Mechatronics::ObjectInformationBuilder::ItemID ( )

Returns the item ID.


Created in NX8.5.0.

License requirements : None

NXString NXOpen::Mechatronics::ObjectInformationBuilder::ItemName ( )

Returns the name of item.


Created in NX8.5.0.

License requirements : None

NXString NXOpen::Mechatronics::ObjectInformationBuilder::ItemTypes ( )

Returns the item types.


Created in NX8.5.0.

License requirements : None

NXString NXOpen::Mechatronics::ObjectInformationBuilder::RevisionID ( )

Returns the revision ID.


Created in NX8.5.0.

License requirements : None

void NXOpen::Mechatronics::ObjectInformationBuilder::SetDescription ( const std::vector< NXString > &  description)

Sets the description.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
descriptiondescription
void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemID ( const NXString itemID)

Sets the item ID.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
itemIDitemid
void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemID ( const char *  itemID)

Sets the item ID.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
itemIDitemid
void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemName ( const NXString name)

Sets the name of item.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemName ( const char *  name)

Sets the name of item.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemTypes ( const NXString itemTypes)

Sets the item types.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
itemTypesitemtypes
void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemTypes ( const char *  itemTypes)

Sets the item types.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
itemTypesitemtypes
void NXOpen::Mechatronics::ObjectInformationBuilder::SetRevisionID ( const NXString revID)

Sets the revision ID.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
revIDrevid
void NXOpen::Mechatronics::ObjectInformationBuilder::SetRevisionID ( const char *  revID)

Sets the revision ID.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
revIDrevid

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.