Click or drag to resize

APIsetFiberSection Method

Make the selected section a fiber section. Suitable only for OpenSees solver.
REST path: /section/set/fibers/[ID]/[divZ]/[divY]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setFiberSection(
	int ID,
	int divZ = 0,
	int divY = 0
)

Parameters

ID  Int32
ID of the section
divZ  Int32  (Optional)
Division in Z direction
divY  Int32  (Optional)
Division in Y direction

Return Value

Boolean
True if successful
See Also