NX Open C++ Reference Guide
|
Represents a user defined object feature builder. More...
Public Member Functions | |
void | SetUserDefinedClass (NXOpen::UserDefinedObjects::UserDefinedClass *udoClass) |
Sets the associated UserDefinedClass, Note the class is ignored if there is a valid UDO specified. | |
void | SetUserDefinedObject (NXOpen::UserDefinedObjects::UserDefinedObject *userDefinedObject) |
Sets the associated UserDefinedObject Created in NX5.0.0. | |
NXOpen::UserDefinedObjects::UserDefinedClass * | UserDefinedClass () |
Returns the associated UserDefinedClass, Note the class is ignored if there is a valid UDO specified. | |
NXOpen::UserDefinedObjects::UserDefinedObject * | UserDefinedObject () |
Returns the associated UserDefinedObject Created in NX5.0.0. |
Represents a user defined object feature builder.
It creates or edits a user defined object feature.
To create a new instance of this class, use Features::FeatureCollection::CreateUserDefinedObjectFeatureBuilder
Created in NX5.0.0.
void NXOpen::Features::UserDefinedObjectFeatureBuilder::SetUserDefinedClass | ( | NXOpen::UserDefinedObjects::UserDefinedClass * | udoClass | ) |
Sets the associated UserDefinedClass, Note the class is ignored if there is a valid UDO specified.
To use the class id, the UserDefinedObject must be set to NULL.
Created in NX5.0.0.
License requirements : None
udoClass | The UserDefinedClass associated with this feature - This value is ignored unless the UserDefinedObject is NULL. |
void NXOpen::Features::UserDefinedObjectFeatureBuilder::SetUserDefinedObject | ( | NXOpen::UserDefinedObjects::UserDefinedObject * | userDefinedObject | ) |
Sets the associated UserDefinedObject
Created in NX5.0.0.
License requirements : None
userDefinedObject | The UserDefinedObject associated with this feature |
NXOpen::UserDefinedObjects::UserDefinedClass* NXOpen::Features::UserDefinedObjectFeatureBuilder::UserDefinedClass | ( | ) |
Returns the associated UserDefinedClass, Note the class is ignored if there is a valid UDO specified.
To use the class id, the UserDefinedObject must be set to NULL.
Created in NX5.0.0.
License requirements : None
NXOpen::UserDefinedObjects::UserDefinedObject* NXOpen::Features::UserDefinedObjectFeatureBuilder::UserDefinedObject | ( | ) |
Returns the associated UserDefinedObject
Created in NX5.0.0.
License requirements : None