Click or drag to resize

APIaddSectFromLib(String, Boolean) Method

Add a section from library
REST path: /section/add/fromlib/[doNotCenter]
REST verb: POST
REST body: name

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int addSectFromLib(
	string name,
	bool doNotCenter = false
)

Parameters

name  String
Name of the section
doNotCenter  Boolean  (Optional)
Optional. Do not center the section, useful for sections by points

Return Value

Int32
ID of the added section, 0 if not found
See Also