 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int convertToMeshedSection(
int sectionID
)
Public Function convertToMeshedSection (
sectionID As Integer
) As Integer
Dim instance As API
Dim sectionID As Integer
Dim returnValue As Integer
returnValue = instance.convertToMeshedSection(sectionID)
public:
int convertToMeshedSection(
int sectionID
)
member convertToMeshedSection :
sectionID : int -> int
Parameters
- sectionID Int32
- ID of the original section
Return Value
Int32The ID of the new meshed section, 0 if errors occur
See Also