Click or drag to resize

APIgetWallSection Method

Gives the dimensions (thickness and width) of a specified wall
REST path: /element/walls/section/[grpName]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[] getWallSection(
	string grpName
)

Parameters

grpName  String
Name of wall group

Return Value

Double
Array of float with thickness and width
See Also