Click or drag to resize

APIsetSectionOffset Method

Set a section offset for the selected beam section
REST path: /section/set/offset/[ID]/[offsetZ]/[offsetY]
REST verb: POST

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

Parameters

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

Return Value

Boolean
True if successful, False otherwise
See Also