Click or drag to resize

APIgetSectionFigure Method

Get points in Z-Y plane from a section figure. Typically, index 1 contains the first (filled) figure.
REST path: /section/figure/[sectionID]/[figureID]/[isHole]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[,] getSectionFigure(
	int sectionID,
	int figureID,
	bool isHole = false
)

Parameters

sectionID  Int32
ID of the section
figureID  Int32
1-based index of the figure
isHole  Boolean  (Optional)
Default false. True if requested figure is a hole

Return Value

Double
A 2-dimensional array of double
See Also