Click or drag to resize

APIaddPlanarSection Method

Add a new planar section to the model
REST path: /section/add/planar/[t]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int addPlanarSection(
	double t
)

Parameters

t  Double
Thickness

Return Value

Int32
The ID assigned to the section
See Also