Click or drag to resize

APIsetSectionAngle Method

Set the rotation angle for a beam section.
REST path: /section/set/angle/[ID]/[a]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setSectionAngle(
	int ID,
	double a
)

Parameters

ID  Int32
ID of the section
a  Double
Angle in degrees

Return Value

Boolean
True if successful
See Also