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

JA interface for the UserDefinedFeatureClassManager object
To obtain an instance of this class, refer to Session

Created in NX8.0.0. More...

List of all members.

Public Member Functions

NXOpen::Features::UserDefinedFeatureClassCreateClass (const NXString &className)
 Constructs a new Features::UserDefinedFeatureClass object.
std::vector
< NXOpen::Features::UserDefinedFeatureClass * > 
GetClasses ()
 Gets all the Features::UserDefinedFeatureClass objects in the session.
NXOpen::Features::UserDefinedFeatureClassGetClassFromName (const NXString &className)
 Get the Features::UserDefinedFeatureClass object for the given class name.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

JA interface for the UserDefinedFeatureClassManager object
To obtain an instance of this class, refer to Session

Created in NX8.0.0.



Member Function Documentation

Constructs a new Features::UserDefinedFeatureClass object.

It is recommended that the company name be used as a prefix to prevent name clashes.

Returns:
The new class instance
Created in NX8.0.0.

License requirements : None
Parameters:
classNamethe class name
NOTE: The full Unicode character set is not supported for this parameter.

Gets all the Features::UserDefinedFeatureClass objects in the session.

Returns:
Array of user defined feature classes
Created in NX8.0.0.

License requirements : None

Get the Features::UserDefinedFeatureClass object for the given class name.

Returns:
The UserDefinedClass instance it may be NULL if you do not have permission to query this object
Created in NX8.0.0.

License requirements : None
Parameters:
classNamename of class to find
NOTE: The full Unicode character set is not supported for this parameter.

Returns the tag of this object.


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