Click or drag to resize

APIModelToSection Method

Write a section from a thermal model made with planar elements
REST path: /model/model2section
REST verb: GET
REST header: {"path", openModelPath}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string ModelToSection(
	string openModelPath = ""
)

Parameters

openModelPath  String  (Optional)
Optional. Path of the model to read, otherwise the current model is used

Return Value

String
ID of the newly added section
See Also