NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Features::CustomAttributeCollection Class Reference

This class contains the factory method for creating custom attribute object. More...

Inheritance diagram for NXOpen::Features::CustomAttributeCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::Features::CustomDoubleArrayAttributeCreateCustomDoubleArrayAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomDoubleArrayAttribute with parameters. More...
 
NXOpen::Features::CustomDoubleArrayAttributeCreateCustomDoubleArrayAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomDoubleArrayAttribute with parameters. More...
 
NXOpen::Features::CustomDoubleAttributeCreateCustomDoubleAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomDoubleAttribute with parameters. More...
 
NXOpen::Features::CustomDoubleAttributeCreateCustomDoubleAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomDoubleAttribute with parameters. More...
 
NXOpen::Features::CustomExpressionArrayAttributeCreateCustomExpressionArrayAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomExpressionArrayAttribute with parameters. More...
 
NXOpen::Features::CustomExpressionArrayAttributeCreateCustomExpressionArrayAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomExpressionArrayAttribute with parameters. More...
 
NXOpen::Features::CustomExpressionAttributeCreateCustomExpressionAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomExpressionAttribute with parameters. More...
 
NXOpen::Features::CustomExpressionAttributeCreateCustomExpressionAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomExpressionAttribute with parameters. More...
 
NXOpen::Features::CustomIntegerArrayAttributeCreateCustomIntegerArrayAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomIntegerArrayAttribute with parameters. More...
 
NXOpen::Features::CustomIntegerArrayAttributeCreateCustomIntegerArrayAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomIntegerArrayAttribute with parameters. More...
 
NXOpen::Features::CustomIntegerAttributeCreateCustomIntegerAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomIntegerAttribute with parameters. More...
 
NXOpen::Features::CustomIntegerAttributeCreateCustomIntegerAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomIntegerAttribute with parameters. More...
 
NXOpen::Features::CustomLogicalArrayAttributeCreateCustomLogicalArrayAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomLogicalArrayAttribute with parameters. More...
 
NXOpen::Features::CustomLogicalArrayAttributeCreateCustomLogicalArrayAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomLogicalArrayAttribute with parameters. More...
 
NXOpen::Features::CustomLogicalAttributeCreateCustomLogicalAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomLogicalAttribute with parameters. More...
 
NXOpen::Features::CustomLogicalAttributeCreateCustomLogicalAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomLogicalAttribute with parameters. More...
 
NXOpen::Features::CustomStringArrayAttributeCreateCustomStringArrayAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomStringArrayAttribute with parameters. More...
 
NXOpen::Features::CustomStringArrayAttributeCreateCustomStringArrayAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomStringArrayAttribute with parameters. More...
 
NXOpen::Features::CustomStringAttributeCreateCustomStringAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomStringAttribute with parameters. More...
 
NXOpen::Features::CustomStringAttributeCreateCustomStringAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomStringAttribute with parameters. More...
 
NXOpen::Features::CustomTagArrayAttributeCreateCustomTagArrayAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomTagArrayAttribute with parameters. More...
 
NXOpen::Features::CustomTagArrayAttributeCreateCustomTagArrayAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomTagArrayAttribute with parameters. More...
 
NXOpen::Features::CustomTagAttributeCreateCustomTagAttribute (const NXString &attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomTagAttribute with parameters. More...
 
NXOpen::Features::CustomTagAttributeCreateCustomTagAttribute (const char *attributeName, const std::vector< NXOpen::Features::CustomAttribute::Property > &attributeProperties)
 Creates an Features::CustomTagAttribute with parameters. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class contains the factory method for creating custom attribute object.


To obtain an instance of this class, refer to NXOpen::Features::FeatureCollection

Created in NX11.0.0.

Member Function Documentation

iterator NXOpen::Features::CustomAttributeCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Features::CustomDoubleArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomDoubleArrayAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomDoubleArrayAttribute with parameters.

Returns
custom double array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomDoubleArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomDoubleArrayAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomDoubleArrayAttribute with parameters.

Returns
custom double array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomDoubleAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomDoubleAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomDoubleAttribute with parameters.

Returns
custom double attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomDoubleAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomDoubleAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomDoubleAttribute with parameters.

Returns
custom double attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomExpressionArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomExpressionArrayAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomExpressionArrayAttribute with parameters.

Returns
custom expression array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomExpressionArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomExpressionArrayAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomExpressionArrayAttribute with parameters.

Returns
custom expression array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomExpressionAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomExpressionAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomExpressionAttribute with parameters.

Returns
custom expression attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomExpressionAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomExpressionAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomExpressionAttribute with parameters.

Returns
custom expression attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomIntegerArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomIntegerArrayAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomIntegerArrayAttribute with parameters.

Returns
custom integer array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomIntegerArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomIntegerArrayAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomIntegerArrayAttribute with parameters.

Returns
custom integer array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomIntegerAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomIntegerAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomIntegerAttribute with parameters.

Returns
custom integer attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomIntegerAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomIntegerAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomIntegerAttribute with parameters.

Returns
custom integer attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomLogicalArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomLogicalArrayAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomLogicalArrayAttribute with parameters.

Returns
custom logical array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomLogicalArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomLogicalArrayAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomLogicalArrayAttribute with parameters.

Returns
custom logical array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomLogicalAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomLogicalAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomLogicalAttribute with parameters.

Returns
custom logical attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomLogicalAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomLogicalAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomLogicalAttribute with parameters.

Returns
custom logical attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomStringArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomStringArrayAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomStringArrayAttribute with parameters.

Returns
custom string array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomStringArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomStringArrayAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomStringArrayAttribute with parameters.

Returns
custom string array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomStringAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomStringAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomStringAttribute with parameters.

Returns
custom string attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomStringAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomStringAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomStringAttribute with parameters.

Returns
custom string attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomTagArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomTagArrayAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomTagArrayAttribute with parameters.

Returns
custom tag array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomTagArrayAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomTagArrayAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomTagArrayAttribute with parameters.

Returns
custom tag array attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomTagAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomTagAttribute ( const NXString attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomTagAttribute with parameters.

Returns
custom tag attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
NXOpen::Features::CustomTagAttribute* NXOpen::Features::CustomAttributeCollection::CreateCustomTagAttribute ( const char *  attributeName,
const std::vector< NXOpen::Features::CustomAttribute::Property > &  attributeProperties 
)

Creates an Features::CustomTagAttribute with parameters.

Returns
custom tag attribute
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
attributeNameattribute name
attributePropertiesattribute properties
iterator NXOpen::Features::CustomAttributeCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::Features::CustomAttributeCollection::Tag ( ) const

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.