Click or drag to resize

APIareRebarsInsideSection Method

Check if all rebars are inside the section. Only the first fill figure is considered.
REST path: /section/rebar/inside/[ID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int[] areRebarsInsideSection(
	string ID
)

Parameters

ID  String
ID of the section

Return Value

Int32
Array of integers of the size of the rebars, with: 0 if rebar is outside figure, 1 if it's on a polygon vertex, 2 on border, 3 internal
See Also