Represents a collection of layer categories
To obtain an instance of this class, refer to BasePart
Created in NX3.0.0.
More...
|
class | iterator |
| Iterator for accessing the contents of the collection. More...
|
|
Represents a collection of layer categories
To obtain an instance of this class, refer to BasePart
Created in NX3.0.0.
iterator NXOpen::Layer::CategoryCollection::begin |
( |
| ) |
|
Returns an iterator addressing the first element.
Creates a new layer category.
- Returns
- The new category
Created in NX3.0.0.
License requirements : None
- Parameters
-
name | The name must not NULL and must not already be used by another layer category. |
description | Optional
NOTE: The full Unicode character set is not supported for this parameter.
|
memberLayers | Layers to be placed into the category |
NXOpen::Layer::Category* NXOpen::Layer::CategoryCollection::CreateCategory |
( |
const char * |
name, |
|
|
const char * |
description, |
|
|
const std::vector< int > & |
memberLayers |
|
) |
| |
Creates a new layer category.
- Returns
- The new category
Created in NX3.0.0.
License requirements : None
- Parameters
-
name | The name must not NULL and must not already be used by another layer category. |
description | Optional
NOTE: The full Unicode character set is not supported for this parameter.
|
memberLayers | Layers to be placed into the category |
iterator NXOpen::Layer::CategoryCollection::end |
( |
| ) |
|
Returns an iterator addressing one past the last element.
Finds the Category with the given name.
An exception will be thrown if no object can be found with the given name.
@return
Created in NX3.0.0.
License requirements : None
- Parameters
-
Finds the Category with the given name.
An exception will be thrown if no object can be found with the given name.
@return
Created in NX3.0.0.
License requirements : None
- Parameters
-
tag_t NXOpen::Layer::CategoryCollection::Tag |
( |
| ) |
const |
Returns the tag of this object.
The documentation for this class was generated from the following file:
- Layer_CategoryCollection.hxx
Copyright 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.