CaeDataContainer Class

class NXOpen.CAE.CaeDataContainer

Bases: NXOpen.DataContainer

Represents a list of named properties, where the property name is a unique string.

The properties can be accessed and modified. In addition, new Properties can be added to the existing list.

New in version NX7.5.0.

Properties

Property Description
Length Returns the length of the list
Mode Returns the mode of the list

Methods

Method Description
AddBits Adds the bits value in the container.
AddDouble Adds the double value in the container.
AddDoubleMatrix Adds the double matrix in the container.
AddDoubleVector Adds the double vector in the container.
AddEnum Adds the enum members in the container.
AddFile Adds the value in the container.
AddInteger Adds the integer value in the container.
AddIntegerMatrix Adds the integer matrix in the container.
AddIntegerVector Adds the integer vector in the container.
AddLogical Adds the logical value in the container.
AddPoint Adds the point value in the container.
AddString Adds the string value in the container.
AddStrings Adds the strings value in the container.
AddTaggedObject Adds the tagged object in the container.
AddTaggedObjectVector Adds the tagged object vector in the container.
AddVector Adds the vector value in the container.
Dispose Frees the object from memory.
GetArray Gets the value for the given property name.
GetBits Gets the bits value for the given property name.
GetDouble Gets the double value for the given property name.
GetDoubleMatrix Gets the double matrix for the given property name.
GetDoubleVector Gets the double vector for the given property name.
GetEnum Gets the value for the given property name.
GetEnumAsString Gets the value for the given property name.
GetEnumMembers Gets the enum members for the given property of type enum.
GetFile Gets the value for the given property name.
GetInteger Gets the integer value for the given property name.
GetIntegerMatrix Gets the integer matrix for the given property name.
GetIntegerVector Gets the integer vector for the given property name.
GetLogical Gets the logical value for the given property name.
GetPoint Gets the point value for the given property name.
GetPropertyNames Returns a list of all the property names
GetPropertyType Returns the property type for given property name
GetString Gets the string value for the given property name.
GetStrings Gets the strings value for the given property name.
GetTaggedObject Gets the tagged object for the given property name.
GetTaggedObjectVector Gets the tagged object vector for the given property name.
GetVector Gets the vector value for the given property name.
SetBits Sets the bits value for the given property name.
SetDouble Sets the double value for the given property name.
SetDoubleMatrix Sets the double matrix for the given property name.
SetDoubleVector Sets the double vector for the given property name.
SetEnum Sets the value for the given property name.
SetEnumAsString Sets the value for the given property name.
SetEnumMembers Sets the enum members for the given property of type enum.
SetFile Sets the value for the given property name.
SetInteger Sets the integer value for the given property name.
SetIntegerMatrix Sets the integer matrix for the given property name.
SetIntegerVector Sets the integer vector for the given property name.
SetLogical Sets the logical value for the given property name.
SetPoint Sets the point value for the given property name.
SetString Sets the string value for the given property name.
SetStrings Sets the strings value for the given property name.
SetTaggedObject Sets the tagged object for the given property name.
SetTaggedObjectVector Sets the tagged object vector for the given property name.
SetVector Sets the vector value for the given property name.

Method Detail

Dispose

CaeDataContainer.Dispose

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX7.5.0.

License requirements: None.