 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int[] areRebarsInsideSection(
string ID
)
Public Function areRebarsInsideSection (
ID As String
) As Integer()
Dim instance As API
Dim ID As String
Dim returnValue As Integer()
returnValue = instance.areRebarsInsideSection(ID)
public:
array<int>^ areRebarsInsideSection(
String^ ID
)
member areRebarsInsideSection :
ID : string -> int[]
Parameters
- ID String
- ID of the section
Return Value
Int32Array 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