Click or drag to resize

APIplotFireSectionWithBars Method

Plot fire section after a thermal analysis. To be used only with meshed sections
REST path: na

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool plotFireSectionWithBars(
	ref ZedGraphControl zgc,
	string sectionID,
	string loadcase,
	string time,
	int highlightBar = -1
)

Parameters

zgc  ZedGraphControl
An instance of a ZedGraph control, passed by reference
sectionID  String
ID of the section
loadcase  String
Loadcase of thermal analysis. If model is generated by AnalyzeFireElement, the loadcase is "thermal"
time  String
Time of the analysis, in seconds
highlightBar  Int32  (Optional)
Optional. Progressive number to highlight, starting from 0

Return Value

Boolean
True if successful
See Also