Click or drag to resize

APIsetSelfWeightDirection Method

Set the self-weight direction in space
REST path: /load/setswdir/[direction]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setSelfWeightDirection(
	int direction
)

Parameters

direction  Int32
Default is -Z=-3. X=1, Y=2, Z=3, -X=-1, -Y=-2, -Z=-3

Return Value

Boolean
True if successful
See Also