NX Open C++ Reference Guide
Public Member Functions
NXOpen::Features::UserDefinedObjectFeatureBuilder Class Reference

Represents a user defined object feature builder. More...

Inheritance diagram for NXOpen::Features::UserDefinedObjectFeatureBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

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::UserDefinedClassUserDefinedClass ()
 Returns the associated UserDefinedClass, Note the class is ignored if there is a valid UDO specified.
NXOpen::UserDefinedObjects::UserDefinedObjectUserDefinedObject ()
 Returns the associated UserDefinedObject
Created in NX5.0.0.

Detailed Description

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.


Member Function Documentation

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

Parameters:
udoClassThe UserDefinedClass associated with this feature - This value is ignored unless the UserDefinedObject is NULL.

Sets the associated UserDefinedObject
Created in NX5.0.0.



License requirements : None

Parameters:
userDefinedObjectThe UserDefinedObject associated with this feature

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

Returns the associated UserDefinedObject
Created in NX5.0.0.



License requirements : None


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