Click or drag to resize

APIaddSectionCover Method

Add a section cover, e.g. for fire checking purposes
REST path: /section/add/cover/[sectionID]/[coverMat]/[coverThickness]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addSectionCover(
	int sectionID,
	int coverMat,
	double coverThickness
)

Parameters

sectionID  Int32
ID of the original section
coverMat  Int32
ID of the material for the cover layer
coverThickness  Double
Thickness of the cover layer

Return Value

Boolean
True if successful
See Also