cAnalyze ModifyUndeformedGeometryModeShape Method CSi API ETABS 2015
Modifies the undeformed geometry based on the shape of a specified mode

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

int ModifyUndeformedGeometryModeShape(
	string CaseName,
	int Mode,
	double MaxDispl,
	int Direction,
	bool Original = false
)

Parameters

CaseName
Type: OnlineSystem String
Mode
Type: OnlineSystem Int32
The mode shape
MaxDispl
Type: OnlineSystem Double
The maximum displacement to which the mode shape will be scaled
Direction
Type: OnlineSystem Int32
The direction in which to apply the geometry modification
  1. X
  2. Y
  3. Z
  4. Resultant
Original (Optional)
Type: OnlineSystem Boolean
If this item is True, all other input items in this function are ignored and the original undeformed geometry data is reinstated.

Return Value

Returns zero if it is successful; otherwise it returns a nonzero value
Remarks

Examples

See Also