Click or drag to resize

APIsetRebarRotationInSection Method

Set a rotation angle for a rebar. Useful for rectangular steel plates or reinforcing strips.
REST path: /section/rebar/rotation/[sectionID]/[rebarID]/[rotation]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.1 (2.8.1.1)
Syntax
public bool setRebarRotationInSection(
	int sectionID,
	int rebarID,
	double rotation
)

Parameters

sectionID  Int32
ID of the section
rebarID  Int32
ID of the rebar, starting from 1. Get the id by calling getSectionRebarCoords and/or getSectionRebarSize
rotation  Double
Rotation in degrees [°]. Pass 0 to remove the setting

Return Value

Boolean
See Also