Click or drag to resize

APIconvertToMeshedSection Method

Convert an existing section to a new tria-meshed section. Remember to re-assign the new section to elements with assignSectionToElement
REST path: /op/mesh/meshedsection/[sectionID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int convertToMeshedSection(
	int sectionID
)

Parameters

sectionID  Int32
ID of the original section

Return Value

Int32
The ID of the new meshed section, 0 if errors occur
See Also