Click or drag to resize

APIsetElementOffset Method

Set element line offset for the selected beam element
REST path: /element/beamoffset/[elem]/[offsetZ]/[offsetY]
REST verb: POST

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setElementOffset(
	string elem,
	double offsetZ,
	double offsetY
)

Parameters

elem  String
ID of the beam element
offsetZ  Double
Offset in local z direction
offsetY  Double
Offset in local y direction

Return Value

Boolean
True if successful, False otherwise
See Also