NXOpen .NET Reference  12.0.0
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:

Public Member Functions

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...
 
unsafe
NXOpen.Features.CustomFeatureSelectionFilter 
CreateCustomFeatureSelectionFilter ()
 Get the Custom Feature Selection Filter object More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. 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 ( )

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)

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 ( )

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.