NX Open C++ Reference Guide
|
Represents a Product Interface Object Builder. More...
Public Member Functions | |
NXOpen::NXObject * | GetProductInterfaceDefiningEntity () |
Returns the underlying NX object referenced by the input product interface object. | |
NXString | GetProductInterfaceObjectStatus () |
Returns the status of the input product interface object. | |
NXString | GetProductInterfaceObjectType () |
Returns the type of the input product interface object. | |
NXString | GetUserComments () |
Returns the user comments on the input product interface object. | |
void | SetUserComments (const NXString &userComments) |
Sets the user comments on the input product interface object Created in NX5.0.1. |
Represents a Product Interface Object Builder.
It creates a product interface object
To create a new instance of this class, use Assemblies::ProductInterface::ObjectBuilder::AddProductInterfaceObject
Created in NX5.0.0.
NXOpen::NXObject* NXOpen::Assemblies::ProductInterface::InterfaceObject::GetProductInterfaceDefiningEntity | ( | ) |
Returns the underlying NX object referenced by the input product interface object.
Returns the status of the input product interface object.
Returns the type of the input product interface object.
Returns the user comments on the input product interface object.
void NXOpen::Assemblies::ProductInterface::InterfaceObject::SetUserComments | ( | const NXString & | userComments | ) |
Sets the user comments on the input product interface object
Created in NX5.0.1.
License requirements : None
userComments | user comments to be set on the product interface object NOTE: The full Unicode character set is not supported for this parameter. |