NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Features.CustomFeatureClassManager Class Reference

Provides interfaces to utilise custom feature functionality More...

Inheritance diagram for NXOpen.Features.CustomFeatureClassManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.Features.CustomFeatureSelectionFilter 
CreateCustomFeatureSelectionFilter ()
 Get the Custom Feature Selection Filter object More...
 
unsafe
NXOpen.Features.CustomFeatureClass 
GetClassFromName (string className)
 Get the Features.CustomFeatureClass object for the given class name. More...
 
unsafe
NXOpen.Features.CustomFeature 
GetEditedCustomFeature ()
 Get the edited custom feature. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Provides interfaces to utilise custom feature functionality

To obtain an instance of this class, refer to NXOpen.Session

Created in NX11.0.0

Member Function Documentation

unsafe NXOpen.Features.CustomFeatureSelectionFilter NXOpen.Features.CustomFeatureClassManager.CreateCustomFeatureSelectionFilter ( )
inline

Get the Custom Feature Selection Filter object

Created in NX11.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Returns
The Custom Feature Filter which should be used in Custom Features filter callback in its user interface
unsafe NXOpen.Features.CustomFeatureClass NXOpen.Features.CustomFeatureClassManager.GetClassFromName ( string  className)
inline

Get the Features.CustomFeatureClass object for the given class name.

Created in NX11.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
classNamename of class to find
Returns
The UserCustomizedClass instance it may be a null reference (Nothing in Visual Basic) if you do not have permission to query this object
unsafe NXOpen.Features.CustomFeature NXOpen.Features.CustomFeatureClassManager.GetEditedCustomFeature ( )
inline

Get the edited custom feature.

Created in NX11.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Returns
The Custom Feature which is being edited

Property Documentation

Tag NXOpen.Features.CustomFeatureClassManager.Tag
get

Returns the tag of this object.


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