CustomDoubleArrayAttribute Class

class NXOpen.Features.CustomDoubleArrayAttribute

Bases: NXOpen.Features.CustomAttribute

Represents a Features.CustomDoubleArrayAttribute class

An instance of this class can be obtained from NXOpen.Features.CustomAttributeCollection.CreateCustomDoubleArrayAttribute()

New in version NX11.0.0.

Properties

Property Description
Name Returns or sets the custom attribute name
TypeValue Returns the custom attribute type value

Methods

Method Description
AddProperty The custom attribute add property
Dispose Frees the memory associated with this object.
GetProperties The custom attribute get all properties
GetValues Get the double values in attribute
HasProperty The custom attribute does property exist on attribute
RemoveProperty The custom attribute remove property
SetValues Set the double values in attribute

Method Detail

GetValues

CustomDoubleArrayAttribute.GetValues

Get the double values in attribute

Signature GetValues()

Returns:array of doubles
Return type:list of float

New in version NX11.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

SetValues

CustomDoubleArrayAttribute.SetValues

Set the double values in attribute

Signature SetValues(doubleValues)

Parameters:doubleValues (list of float) –

New in version NX11.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)