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

Represents a Features::CustomDoubleArrayAttribute class
An instance of this class can be obtained from NXOpen::Features::CustomAttributeCollection::CreateCustomDoubleArrayAttribute

Created in NX11.0.0. More...

Inheritance diagram for NXOpen::Features::CustomDoubleArrayAttribute:
CustomAttribute

Public Member Functions

std::vector< double > GetValues ()
 Get the double values in attribute. More...
 
void SetValues (const std::vector< double > &doubleValues)
 Set the double values in attribute
Created in NX11.0.0. More...
 

Detailed Description

Represents a Features::CustomDoubleArrayAttribute class
An instance of this class can be obtained from NXOpen::Features::CustomAttributeCollection::CreateCustomDoubleArrayAttribute

Created in NX11.0.0.


Member Function Documentation

std::vector<double> NXOpen::Features::CustomDoubleArrayAttribute::GetValues ( )

Get the double values in attribute.

Returns
array of doubles
Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::Features::CustomDoubleArrayAttribute::SetValues ( const std::vector< double > &  doubleValues)

Set the double values in attribute
Created in NX11.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
doubleValuesdoublevalues

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