HyperWorks Desktop

*Attribute() - HyperGraph

Attaches data attributes to a vector or curve.

*Attribute() - HyperGraph

Attaches data attributes to a vector or curve.

Previous topic Next topic No expanding text in this topic  

*Attribute() - HyperGraph

Attaches data attributes to a vector or curve.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*Attribute(varname, label, type, value)

Arguments

Name

Description

 

varname

The unique variable name of the attribute.

 

label

The descriptive label of the attribute.

 

type

Can be of type "Integer", "Float", or "String".

 

value

The value of the attribute.

Application

HyperGraph.

Comments

If the *Attribute() is attached to a vector, it is placed within the *BeginVector() block for that vector.  The *BeginVector() block is contained within the *BeginCurve block.  If the attribute is attached to a curve, the statement is placed outside the *BeginVector() block, but within the *BeginCurve() block.

See also

 

List of Session Statements