Click or drag to resize

APIsetRebarRotation Method

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

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.1 (2.8.1.1)
Syntax
public bool setRebarRotation(
	string elem,
	double Linit,
	double Lfin,
	int rebarID,
	double rotation
)

Parameters

elem  String
ID of the element
Linit  Double
Initial abscissa from 0 to 1
Lfin  Double
Final abscissa from 0 to 1
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