cPropMaterial SetMPAnisotropic Method CSi API ETABS 2015
Sets the material directional symmetry type to anisotropic, and assigns the anisotropic mechanical properties.

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int SetMPAnisotropic(
	string Name,
	ref double[] E,
	ref double[] U,
	ref double[] A,
	ref double[] G,
	double Temp = 0
)

Parameters

Name
Type: OnlineSystem String
The name of an existing material property.
E
Type:  OnlineSystem Double  
U
Type:  OnlineSystem Double  
A
Type:  OnlineSystem Double  
G
Type:  OnlineSystem Double  
Temp (Optional)
Type: OnlineSystem Double
The temperature at which the specified data applies. The temperature must have been defined previously for the material.

This item applies only if the specified material has properties that are temperature dependent. That is, it applies only if properties are specified for the material at more than one temperature.

Return Value

Returns zero if the data is successfully assigned; otherwise it returns a nonzero value.
Remarks

Examples

See Also