# Plot ```{eval-rst} .. py:function:: animationWindow() :nocontentsentry: Animations: | Constraints: User interface, Results loaded ``` ```{eval-rst} .. py:function:: averageNodes(AverageNodes) :nocontentsentry: Average: Average results on nodes | Constraints: User interface, Results loaded :param bool AverageNodes: Flag to set average nodes. ``` ```{eval-rst} .. py:function:: averageNodesAcrossSE(AverageNodesAcrossSE) :nocontentsentry: Across SE: Average results on nodes across structural elements | Constraints: User interface, Results loaded :param bool AverageNodesAcrossSE: Flag to set average nodes across structural elements. ``` ```{eval-rst} .. py:function:: closeAllTabs() :nocontentsentry: Close all tabs | Constraints: User interface ``` ```{eval-rst} .. py:function:: closeTab(TabName) :nocontentsentry: Close a tab given its name | Constraints: User interface :param str TabName: Tab title. ``` ```{eval-rst} .. py:function:: closeTab(Tab) :nocontentsentry: Close a tab given its name | Constraints: User interface :param str Tab: Tab to look for. ``` ```{eval-rst} .. py:function:: copyListTabToClipboard(Tab) :nocontentsentry: Copy selected tab to clipboard | Constraints: User interface :param str Tab: Tab to look for. ``` ```{eval-rst} .. py:function:: DerivedResults() :nocontentsentry: Derived: Create derived results | Constraints: User interface ``` ```{eval-rst} .. py:function:: diagramFactor(LineResultFactor) :nocontentsentry: Diagram factor: Factor to draw diagram results on linear elements. New result plot is neccesary to apply the factor. | Constraints: User interface :param Double LineResultFactor: Diagram factor: Factor to draw diagram results on linear elements. New result plot is neccesary to apply the factor.. ``` ```{eval-rst} .. py:function:: Envelope() :nocontentsentry: Envelope: Create the envelope of a set of results ``` ```{eval-rst} .. py:function:: getActiveTab() :nocontentsentry: Get the active tab name | Constraints: User interface :rtype: Active tab name ``` ```{eval-rst} .. py:function:: getCellFromTab(Tab, Row, Column) :nocontentsentry: Get the text from a cell inside a tab | Constraints: User interface :param str Tab: Tab to look for. :param int Row: List row. :param int Column: List column. :rtype: Cell text ``` ```{eval-rst} .. py:function:: getNumColumnsFromTab(Tab) :nocontentsentry: Returns number of columns from tab | Constraints: User interface :param str Tab: Tab to look for. :rtype: Number of columns ``` ```{eval-rst} .. py:function:: getNumRowsFromTab(Tab) :nocontentsentry: Returns number of rows from tab | Constraints: User interface :param str Tab: Tab to look for. :rtype: Number of rows ``` ```{eval-rst} .. py:function:: HistoryResult() :nocontentsentry: History plot: Create history plots of the analysis results ``` ```{eval-rst} .. py:function:: integrateArea(IntegrationAreaSurface) :nocontentsentry: Area integration: Area integration :param POCCQuad IntegrationAreaSurface: Surface. Conditions: The input must be non-empty. "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: listHistoryResult(HRTitle, VariablesRows) :nocontentsentry: Plot the history results object | Alias: listHR :param str HRTitle: Title to plot/list history results. :param List VariablesRows: Index of variables to plot/list. ``` ```{eval-rst} .. py:function:: listResultsSel(Entities) :nocontentsentry: List selection: List the result of a selection group | Constraints: User interface, Results loaded :param PVectorConst Entities: Entities: Select the entities to draw/list results. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: listResultsSel(SelectionGroup) :nocontentsentry: List selection: List the result of a selection group | Constraints: User interface, Results loaded :param Entity SelectionGroup: Selection group: Selectin group to select entities. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: listResultsSel(Entities) :nocontentsentry: List selection: List the result of a selection group | Constraints: User interface, Results loaded :param PVectorConst Entities: Entities: Select the entities to draw/list results. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: listResultsSel(SelectionGroup) :nocontentsentry: List selection: List the result of a selection group | Constraints: User interface, Results loaded :param Entity SelectionGroup: Selection group: Selectin group to select entities. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: listResultsSel(Entities) :nocontentsentry: List selection: List the result of a selection group | Constraints: User interface, Results loaded :param PVectorConst Entities: Entities: Select the entities to draw/list results. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: listResultsSel(SelectionGroup) :nocontentsentry: List selection: List the result of a selection group | Constraints: User interface, Results loaded :param Entity SelectionGroup: Selection group: Selectin group to select entities. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: listStressLinearization(Solid, SolidPointStart, SolidPointEnd, NumSteps) :nocontentsentry: Stress linearization: Create tables and diagrams showing stress linearization | Constraints: User interface, Results loaded :param SESolid3D Solid: Solid. Conditions: "" does not exist in the dropdown list. :param Point SolidPointStart: Start solid point. :param Point SolidPointEnd: End solid point. :param int NumSteps: Steps: Number of steps inside the thickness path. Conditions: Value must be greater or equal than 8.00 and lower or equal than 200.00. The value of steps has to be odd. ``` ```{eval-rst} .. py:function:: loadCombinationsOnWindow(CombinationsArg) :nocontentsentry: Load the combination to its window | Constraints: User interface :param Entity CombinationsArg: Combination. ``` ```{eval-rst} .. py:function:: loadDerivedResultsOnWindow(DerivedResultsArg) :nocontentsentry: Load the derived result to its window | Constraints: User interface :param Entity DerivedResultsArg: Derived result. ``` ```{eval-rst} .. py:function:: loadEnvelopeConcomitantOnWindow(EnvelopeArg) :nocontentsentry: Load the envelope to its window | Constraints: User interface :param Entity EnvelopeArg: Envelope. ``` ```{eval-rst} .. py:function:: loadEnvelopeTotalMinMaxOnWindow(EnvelopeArg) :nocontentsentry: Load the envelope to its window | Constraints: User interface :param Entity EnvelopeArg: Envelope. ``` ```{eval-rst} .. py:function:: navigateRes(NavDirection) :nocontentsentry: Sets the navigation direction for the new result | Alias: navRes | Constraints: User interface, Results loaded :param Enumerate: { PreviousRes, NextRes, FirstRes, LastRes } NavDirection: Sets the navigation direction for the new result. ``` ```{eval-rst} .. py:function:: orderListTabDownToUp(Tab, Column) :nocontentsentry: Sorts the column of the selected tab from lowest to highest value | Constraints: User interface :param str Tab: Tab to look for. :param int Column: List column. ``` ```{eval-rst} .. py:function:: orderListTabUpToDown(Tab, Column) :nocontentsentry: Sorts the column of the selected tab from highest to lowest value | Constraints: User interface :param str Tab: Tab to look for. :param int Column: List column. ``` ```{eval-rst} .. py:function:: pathPlot(ListCoords, Spacing) :nocontentsentry: Path plot: Results path with points :param List ListCoords: Points: List of coordinates of points to fit the curve. :param int Spacing: Number of points: Number of points between path points. ``` ```{eval-rst} .. py:function:: pauseAnimation() :nocontentsentry: Resume/Pause: Resume or pause results animation | Constraints: User interface ``` ```{eval-rst} .. py:function:: playAnimation() :nocontentsentry: Play: Start playback of results animation | Constraints: User interface ``` ```{eval-rst} .. py:function:: plotHistoryResult(HRTitle, VariablesRows) :nocontentsentry: List the history results object | Alias: plotHR :param str HRTitle: Title to plot/list history results. :param List VariablesRows: Index of variables to plot/list. ``` ```{eval-rst} .. py:function:: plotLabelMaximum(ActivateLabel) :nocontentsentry: Max label: Label pointing to maximum result | Constraints: User interface :param bool ActivateLabel: No solid section results to plot. ``` ```{eval-rst} .. py:function:: plotLabelMinimum(ActivateLabel) :nocontentsentry: Min. label: Label pointing to minimum result | Constraints: User interface :param bool ActivateLabel: No solid section results to plot. ``` ```{eval-rst} .. py:function:: plotResults() :nocontentsentry: Plot: Plot the result | Constraints: User interface, Results loaded ``` ```{eval-rst} .. py:function:: plotResultsSel(Entities) :nocontentsentry: Plot selection: Plot the result of a selection group | Constraints: User interface, Results loaded :param PVectorConst Entities: Entities: Select the entities to draw/list results. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: plotResultsSel(SelectionGroup) :nocontentsentry: Plot selection: Plot the result of a selection group | Constraints: User interface, Results loaded :param Entity SelectionGroup: Selection group: Selectin group to select entities. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: plotResultsSel(Entities) :nocontentsentry: Plot selection: Plot the result of a selection group | Constraints: User interface, Results loaded :param PVectorConst Entities: Entities: Select the entities to draw/list results. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: plotResultsSel(SelectionGroup) :nocontentsentry: Plot selection: Plot the result of a selection group | Constraints: User interface, Results loaded :param Entity SelectionGroup: Selection group: Selectin group to select entities. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: plotResultsSel(Entities) :nocontentsentry: Plot selection: Plot the result of a selection group | Constraints: User interface, Results loaded :param PVectorConst Entities: Entities: Select the entities to draw/list results. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: plotResultsSel(SelectionGroup) :nocontentsentry: Plot selection: Plot the result of a selection group | Constraints: User interface, Results loaded :param Entity SelectionGroup: Selection group: Selectin group to select entities. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: plotTimeFreq(List) :nocontentsentry: Time/Frequency plot: | Alias: plotTF | Constraints: Transient analysis, User interface, Results loaded :param List: Node list as [iNode,...] or ends list as [aElem, aNode, bElem, bNode, ...] or elements list as [aElem, aNode, aIntegrationPoint, bElem, bNode, bIntegrationPoint]. ``` ```{eval-rst} .. py:function:: plotTimeFreq(HarmonicPlotType, List) :nocontentsentry: Time/Frequency plot: | Alias: plotTF | Constraints: Harmonic analysis, User interface, Results loaded :param HarmonicPlotType: Plot type. :param List: Node list as [iNode,...] or ends list as [aElem, aNode, bElem, bNode, ...] or elements list as [aElem, aNode, aIntegrationPoint, bElem, bNode, bIntegrationPoint]. ``` ```{eval-rst} .. py:function:: recordVideo(VideoPath, Resolution) :nocontentsentry: Record video: Record video results animation | Constraints: User interface :param Path VideoPath: Video file. :param Enumerate: { Res4K, Res1920x1080, Res1366x768, Res1280x1024, Res1024x768, Res800x600, WindowSize } Resolution: Video resolution. ``` ```{eval-rst} .. py:function:: recordVideoImages(VideoPath, Resolution) :nocontentsentry: Record video images: Record video images of results animation | Constraints: User interface :param Path VideoPath: Video file. :param Enumerate: { Res4K, Res1920x1080, Res1366x768, Res1280x1024, Res1024x768, Res800x600, WindowSize } Resolution: Video resolution. ``` ```{eval-rst} .. py:function:: removeResultsPlot() :nocontentsentry: Clear: Clear the results from the model | Constraints: User interface ``` ```{eval-rst} .. py:function:: resetRange(AutoMinMaxRange) :nocontentsentry: Auto range: Maximum and minimum values for the legend will be automatically calculated | Constraints: User interface, Results loaded :param bool AutoMinMaxRange: Flag to set auto min max range for legend. ``` ```{eval-rst} .. py:function:: resetScale(AutoScale) :nocontentsentry: Reset scale: Reset the deformed shape scale factor | Constraints: User interface, Results loaded :param bool AutoScale: Flag to set auto scale factor for legend. ``` ```{eval-rst} .. py:function:: resultPalette(LineResultFactor) :nocontentsentry: Palette: Palette used for displaying the color plot | Constraints: User interface :param Double LineResultFactor: Diagram factor: Factor to draw diagram results on linear elements. New result plot is neccesary to apply the factor.. ``` ```{eval-rst} .. py:function:: resultPalette(RangeValues) :nocontentsentry: Palette: Palette used for displaying the color plot | Constraints: User interface :param RangeValues: Values: Inroduce the values for the color scale. ``` ```{eval-rst} .. py:function:: resultPalette(ColorMapType, Continuous) :nocontentsentry: Palette: Palette used for displaying the color plot | Constraints: User interface :param Enumerate: { HSV, HSV_INVERTED, GRAYSCALE } ColorMapType: Color map: Color map that will be used to plot the results. :param bool Continuous: Continuous: Sets if the color map is continuous or discrete. ``` ```{eval-rst} .. py:function:: resultPalette(ColorMapType, Continuous, NumColors) :nocontentsentry: Palette: Palette used for displaying the color plot | Constraints: User interface :param Enumerate: { HSV, HSV_INVERTED, GRAYSCALE } ColorMapType: Color map: Color map that will be used to plot the results. :param bool Continuous: Continuous: Sets if the color map is continuous or discrete. :param int NumColors: Number of colors: Number of colors for the discrete map. Conditions: Value must be greater than 0. ``` ```{eval-rst} .. py:function:: resultPalette(ColorMapType, Continuous, NumColors, UserRange) :nocontentsentry: Palette: Palette used for displaying the color plot | Constraints: User interface :param Enumerate: { HSV, HSV_INVERTED, GRAYSCALE } ColorMapType: Color map: Color map that will be used to plot the results. :param bool Continuous: Continuous: Sets if the color map is continuous or discrete. :param int NumColors: Number of colors: Number of colors for the discrete map. Conditions: Value must be greater than 0. :param bool UserRange: User color scale: Sets if the values of the color scale are introduced by the user or calculated automatically. ``` ```{eval-rst} .. py:function:: resultPalette(ColorMapType, Continuous, NumColors, UserRange, RangeValues) :nocontentsentry: Palette: Palette used for displaying the color plot | Constraints: User interface :param Enumerate: { HSV, HSV_INVERTED, GRAYSCALE } ColorMapType: Color map: Color map that will be used to plot the results. :param bool Continuous: Continuous: Sets if the color map is continuous or discrete. :param int NumColors: Number of colors: Number of colors for the discrete map. Conditions: Value must be greater than 0. :param bool UserRange: User color scale: Sets if the values of the color scale are introduced by the user or calculated automatically. :param RangeValues: Values: Inroduce the values for the color scale. ``` ```{eval-rst} .. py:function:: setMinMaxRangeResult(AnimationTime) :nocontentsentry: Set min and max range for results legend | Constraints: User interface :param Double AnimationTime: Time per result for frames. ``` ```{eval-rst} .. py:function:: setMinMaxRangeResult(Min, Max) :nocontentsentry: Set min and max range for results legend | Constraints: User interface, Results loaded :param Double Min: Min range for results legend. :param Double Max: Max range for results legend. ``` ```{eval-rst} .. py:function:: setScaleColorType(ScaleColorType) :nocontentsentry: Grey: Select the grey gradient for the result scale | Constraints: User interface, Results loaded :param Enumerate: { MainCategory, ContextualCategory, Start, Environment, Axis, CreateCartesian, CreateCylindrical, CreateSpherical, CreateCartesian2d, CreatePolar, ActiveAxis, Codes, ConcreteCode, SteelCode, PresConcreteCode, UpdateModel, AnalysisType, TimeDependent, ModelConfig, Units, ReportsGroup, ReportWizard, Select, Measures, Distance, Angle, Geometry, Points, Point, PointOnCurve, PointOnSurface, Curves, Line, GeomAxis, Polyline, PolylineByPnts, PolylineByCurves, RegularPolygon, SplineCurve, BezierCurve, Arc, ArcPPC, ArcPPR, ArcPPP, Circumference, CircumferenceCR, CircumferencePPP, CircumferenceCPP, EllipseCurvePV, EllipseCurveCPP, Surfaces, Triangle, Quad, QuadPPPP, QuadPPPS, QuadPnS, Circle, CircleCR, CirclePPP, EllipseCPP, PolylineSurf, PolylineSurfByWire, PolylineSurfByLines, PolylineRegularSurf, RuledSurf, BSplineSurface, BezierSurface, ClosedSurfaces, Cylinder, CylinderCRH, CylinderCCP, Cone, Sphere, Box, BoxPHLD, BoxPP, Torus, SewSurfaces, VolumesGroup, Volumes, CylinderSol, ConeSol, SphereSol, BoxSol, BoxSolPHLD, BoxSolPP, TorusSol, FillVolume, VolumeByPoints, Multicopy, MulticopyRotate, MulticopyTrans, MulticopyTransRotate, Operations, Extrude, Path, PartialLength, Revolve, Boolean, Union, Intersection, Subtraction, SectionBool, SplitLeft, SplitRight, GeomOptions, Referenced, Export, ExportSelected, Model, Materials, ConcreteMat, SteelMat, ReinfSteelMat, PrestSteelMat, SoilMat, RockMat, GenericMat, ElastomerMat, CompositeMat, ActiveMat, PorousMatTables, PorousMatTablesB, Sections, ConcreteSec, CableSec, SteelConcreteCompSec, SteelDimSec, SteelPlateSec, SteelLibSec, GenericSec, GenericSecByProperties, GenericSectionByCapture, GenericSectionByPoints, ConcreteRectangularSection, ConcreteCircularSection, ConcreteTSection, ConcreteISection, ConcreteBoxSection, ConcretePipeSection, ConcreteGenericSection, ConcreteGenericSectionByPoints, SteelDimLSection, SteelDimISection, SteelDimTSection, SteelDimPipeSection, SteelDimChannelSection, SteelDimBoxSection, ActiveSection, Mesh, StructuralElement, SEBeam, SECable, SEShell, SEDummyShell, SESolid, SESolid2D, SEMetalCable, ModelUtil, Mass, Insertion, Spring, SpringPunctual, RotationalSpring, WarpingSpring, SpringOnNodes, RotationalSpringOnNodes, WarpingSpringOnNodes, SpringLinear, SpringSurface, CrackDefinition, RemeshingCriteria, MeshEngine, MeshElemType, CongruentMesh, MeshB, StopMeshing, ClearMesh, CheckMeshPanel, MeshCheck, NodeMergeCheck, ClearCheckMesh, ChangeMesh, CreateNodesButton, MergeNodesButton, MergeNodes, MergeAllNodes, MergeGroupNodes, AddDisplacements, RemoveDisplacements, RenumberButton, Renumbering, RenumberingGroup, Contact, ContactB, ModelUtilsOnNodes, Loads, CreateLoadGroup, CreateAcceleration, CreatePrestressLoad, CreatePrestressLoadOnBeam, CreatePrestressLoadOnShell, CreatePrestressLoadOnSolid, CreateSpectral, CreateBCGroup, CreateTBCGroup, CreateSBCGroup, CreateInitialConditionGroup, CreateThermalInitialConditionGroup, CreateSeepageInitialConditionGroup, LoadCase, CreateLoadCase, CreateThermalLoadCase, CreateSeepageLoadCase, CreateThermalStructuralLoadCase, LoadPlot, PlotLGCombo, PlotBCGCombo, PlotLCCombo, PlotLoadClear, LoadsOnNodes, OpaqueLoads, WireLoads, SolverOptions, ConfigSolver, ResultsOptions, ConfigResultsStructural, ConfigResultsThermal, ConfigResultsSeepage, CompressResults, HDF5_Format, Solve, StartSolve, StopSolve, ShowConvergenceMonitor, LoadInitialState, LoadInitialStateResults, InitialStateResultsFileName, ShowHDF5IncrementSelection, ISStress, ISStrain, ISDisplacement, RestartAnalysis, CreateRestartFile, ReadRestartFile, LoadRestartFile, RestartFileName, LoadInitialTemperatureState, LoadInitialPWPState, ISTemperature, LoadInitialTemperatureResults, InitialTemperatureResultsFileName, ISPWP, LoadInitialPWPResults, InitialPWPResultsFileName, Results, ResultsLoader, LoadResults, ReLoadResults, ResultsFileName, ChosenResult, ChosenResultType, ResultUnits, ShowHDF5Options, ResultsPlot, Plot, PlotTrans, PlotTimeFreq, PlotSelection, ClearResults, ResultsPath, ResultsIntegrateArea, PlotLabelMaximum, PlotLabelMinimum, DeformFactor, RangeMax, RangeMin, ResetRange, ResetScale, PlotSettings, ScaleContinuous, ScaleDiscrete, ScaleColor, ScaleInverted, ScaleGrey, DiagramFactor, Palette, VectorPlotConfig, VectorPlot, AverageNodes, AverageNodesAcrossSE, ActDeactStrElemVisibility, ResultsList, ListInfo, List, ListTrans, ListSelection, ListTimeFreq, ResultsView, HistoryPlot, ResultsSolidSections, PlotSolidSection, ListSolidSection, Isosurfaces, IsosurfaceClipHigher, IsosurfaceClipLower, IsosurfacesSlider, IsosurfacesSliderDesc, IsosurfacesResultEdit, IsosurfacesResultClipByEdit, AdditionalPostProcess, AnimationsTime, Animations, PlayAnimation, ResumePauseAnimation, StopAnimation, RecordVideo, RecordVideoImages, CreateResults, Artificial, Envelope, CodeCombinations, UserLinearCombinations, ConcreteRelax, UserResults, CheckConcretePanel, CheckConcreteBeam, DesignConcreteBeam, CheckConcreteBeamAxBn, CheckPSCBeamAxBn, DesignConcreteBeamAxBn, CheckConcreteBeamSHTR, CheckConcreteBeamCracking, DesignConcreteBeamSHTR, CheckConcreteShell, CheckConcreteShellCEB, CheckConcreteShellOD, CheckConcreteShellMUD, CheckConcreteShellOPSH, CheckConcreteShellIPSH, CheckConcreteShellCracking, DesignConcreteShell, DesignConcreteShellWood, DesignConcreteShellCEB, DesignConcreteShellOD, DesignConcreteShellMUD, DesignConcreteShellOPSH, DesignConcreteShellIPSH, CheckSteelPanel, CheckSteelBeam, DesignSteelBeam, InteractionDiagram, BeamInteractionDiagram, PSCBeamInteractionDiagram, ShellInteractionDiagram, SolidSectionInteractionDiagram, StressLinearization, View, ViewGrid, ZoomToGrid, ConfigGrid, Camera, ZoomIn, ZoomOut, ZoomFit, ZoomBox, ZoomAmount, ZoomAmountDescripion, EdgeThickness, EdgeThicknessAmount, EdgeThicknessAmountDescription, CreateView, CreateClippingPlane, CreateClippingPlane2Points, CreateClippingPlane3Points, CreateUserLabel, ClippingPosition, ClippingPosDescription, ProjectionType, XNegative, XPositive, YNegative, YPositive, ZNegative, ZPositive, SnapShot, Windows, HUDBars, ResetHUD, Style, MacrosPanel, Macros, StartRecordMacro, EndRecordMacro, ViewGizmo, Edition, GView, DeleteObject, CopyObject, Reports, PropReport, ShowName, ShowNodesName, ShowFEName, ShowAuxName, ShowAuxPoint, ShowAuxCurve, ShowAuxWire, ShowAuxFace, ShowAuxShell, ShowAuxVolume, Texture, Opaque, Translucent, Wire, Hide, ObjZoomFit, Color, More, EntityGroupPanel, MoveToGroup, AxisTools, MaterialTools, MaterialSteelTools, MaterialConcreteTools, MaterialReinfSteelTools, MaterialPrestSteelTools, MaterialRockTools, MaterialSoilTools, MaterialGenericTools, MaterialCompositeTools, ConstitutiveLaw, EditAges, AnalysisNonLinear, DesignNonLinear, RemoveDesignNonLinear, PlasticBehavior, SectionTools, SectionToolsConcrete, SectionToolsSteelFromLib, SectionToolsSteelByPlates, SectionToolsSteelByDim, SectionToolsCable, SectionToolsGeneric, PlotSection, ShowSection, BendingReinf, AddBendReinf, RemoveBendReinf, PlateEdit, AddPlate, RemovePlate, PreviousPlate, NextPlate, CloneSE, SETools, SESingleSolid3DTools, SEMultipleSolid3DTools, SESingleSolid2DTools, SEMultipleSolid2DTools, SESingleCableTools, SEMultipleCableTools, SESingleTrussTools, SEMultipleTrussTools, SESingleBeamTools, SEMultipleBeamTools, SESingleShellTools, SEMultipleShellTools, SEElementTools, SENodeTools, SEUserNodeTools, ShowMesh, ShowMesh3D, ShowFEAxis, MeshControls, MeshControls1D, MeshControls2D, MeshControls3D, AddLocalMeshControl, RemoveLocalMeshControl, SolidSectionControls, AddSolidSection, RemoveSolidSection, GResults, IPResultMode, SEUniqueIP, ShowHinges, MeshContextual, MeshSelected, ClearMeshSelected, AddSubSE, RemoveSubSE, ReverseOrientation, CreateCompositeMaterialFromConcShell, SelectSE, SelectionTools, SelectElems, LoadsOnNodesContextual, ApplyLoadOnNodes, ApplyTempOnNodes, ApplyFluxOnNodes, ApplyTotalHeadOnNodes, ApplyMomentOnNodes, BCsOnNodesContextual, ApplyBCOnNodes, ApplyDisplacementOnNodes, ModelUtilsOnNodesContextual, ApplyMassOnNodes, ApplyTying, SelectNodes, ModelUtilTools, ModelUtilNoVisualTools, ModelUtilNoVisualNoCopyTools, SpringTools, TyingTools, MassTools, SpringsResults, ContactTools, ObjZoomFitPanel, RemoveUserNodesButton, GeomTools, GeomToolsPoint, GeomToolsCurve, GeomToolsWire, GeomToolsFace, GeomToolsShell, GeomToolsVolume, Transform, Rotate, RotateSingle, MultiRotate, Scale, ProportionalScale, NonProportionalScale, Move, MoveVector, MovePP, MultiMove, Mirror, MirrorPoint, MirrorAxis, MirrorPlane, Explode, Modify, Trim, TrimByCurve, StrLoadGroupTools, CMLoads, AddPunctualL, AddLoad, AddMoment, AddNodalL, AddNodalT, AddNodalThFlux, AddPunctualM, AddNodalM, AddLinear, AddLinearL, AddLinearHydPressL, AddSurfaceHydPressL, AddLinearM, AddSurface, AddSurfaceL, AddPunctualMass, AddPunctualMovingLoad, AddTemp, AddTempOnSE, AddTempOnElem, RemoveLoad, CopyLoad, AccLoadGroupTools, SpectralLoadGroupTools, PrestressLoadGroupTools, CMTendons, RemoveTendon, AddTendon, CalculateLosses, PlotPrestressLoad, ShowPrestressLoad, LoadGroupTools, BCGroupTools, BCGroupStructuralTools, BCGroupHarmonicTools, BCGroupThermalTools, BCGroupSeepageTools, CMBC, AddSingleBC, AddPunctualBC, AddNodalBC, AddLinearBC, AddSurfaceBC, AddSingleDisp, AddPunctualDisp, AddPointTemperature, AddPointThFlux, AddPointSpFlux, AddNodalSpFlux, AddNodalDisp, AddLinearDisp, AddPointTotalHead, AddNodalTotalHead, AddCurveTemperature, AddCurveTotalHead, AddCurveThFlux, AddCurveSpFlux, AddCurveFilm, AddSurfaceDisp, AddSurfaceTemperature, AddSurfaceTotalHead, AddSurfaceThFlux, AddSurfaceSpFlux, AddVolumeThFlux, AddVolumeSpFlux, AddVolumeTemperature, AddVolumeTotalHead, AddSurfaceFilm, AddConvectiveThermal, AddHeatGenerationThermal, AddHydraulicPotentialSeepage, AddSourcesAndSinksSeepage, RemoveBC, CopyBC, InitialConditionGroupTools, CMInitialCondition, AddInitialCondition, RemoveInitialCondition, InitialConditionGroupThermalTools, InitialConditionGroupSeepageTools, AddInitialConditionThermal, RemoveInitialConditionThermal, AddInitialConditionSeepage, RemoveInitialConditionSeepage, LoadCaseTools, LoadCaseStructuralTools, LoadCaseThermalStructuralTools, LoadCaseThermalTools, LoadCaseSeepageTools, CMLoadCase, AddLoadtoLC, AddBCtoLC, AddInitialConditiontoLC, AddInitialConditionThermaltoLC, AddInitialConditionSeepagetoLC, RemoveLoadFromLC, RemoveBCFromLC, RemoveInitialConditionFromLC, RemoveInitialConditionThermalFromLC, RemoveInitialConditionSeepageFromLC, LCSolverOptions, ActDeactSE, ActDeactTool, GroupsContainer, GroupsContainerPanel, CreateGroup, UserViewTools, OrientationPanel, OrientationContextButton, ClippingTools, VisuClipping, Clipping3D, Clipping2D, UserLabelTools, HelpTip, Progress } ScaleColorType: Flag to set result scale color as 'Color', 'Inverted' or 'Grey'. ``` ```{eval-rst} .. py:function:: setScaleFactorResult(Scale) :nocontentsentry: Set the scale factor for results legend | Constraints: User interface, Results loaded :param Double Scale: Scale factor for results legend. ``` ```{eval-rst} .. py:function:: setScaleMode(ScaleMode) :nocontentsentry: Discrete: Select the discrete mode for the result scale | Constraints: User interface, Results loaded :param Enumerate: { MainCategory, ContextualCategory, Start, Environment, Axis, CreateCartesian, CreateCylindrical, CreateSpherical, CreateCartesian2d, CreatePolar, ActiveAxis, Codes, ConcreteCode, SteelCode, PresConcreteCode, UpdateModel, AnalysisType, TimeDependent, ModelConfig, Units, ReportsGroup, ReportWizard, Select, Measures, Distance, Angle, Geometry, Points, Point, PointOnCurve, PointOnSurface, Curves, Line, GeomAxis, Polyline, PolylineByPnts, PolylineByCurves, RegularPolygon, SplineCurve, BezierCurve, Arc, ArcPPC, ArcPPR, ArcPPP, Circumference, CircumferenceCR, CircumferencePPP, CircumferenceCPP, EllipseCurvePV, EllipseCurveCPP, Surfaces, Triangle, Quad, QuadPPPP, QuadPPPS, QuadPnS, Circle, CircleCR, CirclePPP, EllipseCPP, PolylineSurf, PolylineSurfByWire, PolylineSurfByLines, PolylineRegularSurf, RuledSurf, BSplineSurface, BezierSurface, ClosedSurfaces, Cylinder, CylinderCRH, CylinderCCP, Cone, Sphere, Box, BoxPHLD, BoxPP, Torus, SewSurfaces, VolumesGroup, Volumes, CylinderSol, ConeSol, SphereSol, BoxSol, BoxSolPHLD, BoxSolPP, TorusSol, FillVolume, VolumeByPoints, Multicopy, MulticopyRotate, MulticopyTrans, MulticopyTransRotate, Operations, Extrude, Path, PartialLength, Revolve, Boolean, Union, Intersection, Subtraction, SectionBool, SplitLeft, SplitRight, GeomOptions, Referenced, Export, ExportSelected, Model, Materials, ConcreteMat, SteelMat, ReinfSteelMat, PrestSteelMat, SoilMat, RockMat, GenericMat, ElastomerMat, CompositeMat, ActiveMat, PorousMatTables, PorousMatTablesB, Sections, ConcreteSec, CableSec, SteelConcreteCompSec, SteelDimSec, SteelPlateSec, SteelLibSec, GenericSec, GenericSecByProperties, GenericSectionByCapture, GenericSectionByPoints, ConcreteRectangularSection, ConcreteCircularSection, ConcreteTSection, ConcreteISection, ConcreteBoxSection, ConcretePipeSection, ConcreteGenericSection, ConcreteGenericSectionByPoints, SteelDimLSection, SteelDimISection, SteelDimTSection, SteelDimPipeSection, SteelDimChannelSection, SteelDimBoxSection, ActiveSection, Mesh, StructuralElement, SEBeam, SECable, SEShell, SEDummyShell, SESolid, SESolid2D, SEMetalCable, ModelUtil, Mass, Insertion, Spring, SpringPunctual, RotationalSpring, WarpingSpring, SpringOnNodes, RotationalSpringOnNodes, WarpingSpringOnNodes, SpringLinear, SpringSurface, CrackDefinition, RemeshingCriteria, MeshEngine, MeshElemType, CongruentMesh, MeshB, StopMeshing, ClearMesh, CheckMeshPanel, MeshCheck, NodeMergeCheck, ClearCheckMesh, ChangeMesh, CreateNodesButton, MergeNodesButton, MergeNodes, MergeAllNodes, MergeGroupNodes, AddDisplacements, RemoveDisplacements, RenumberButton, Renumbering, RenumberingGroup, Contact, ContactB, ModelUtilsOnNodes, Loads, CreateLoadGroup, CreateAcceleration, CreatePrestressLoad, CreatePrestressLoadOnBeam, CreatePrestressLoadOnShell, CreatePrestressLoadOnSolid, CreateSpectral, CreateBCGroup, CreateTBCGroup, CreateSBCGroup, CreateInitialConditionGroup, CreateThermalInitialConditionGroup, CreateSeepageInitialConditionGroup, LoadCase, CreateLoadCase, CreateThermalLoadCase, CreateSeepageLoadCase, CreateThermalStructuralLoadCase, LoadPlot, PlotLGCombo, PlotBCGCombo, PlotLCCombo, PlotLoadClear, LoadsOnNodes, OpaqueLoads, WireLoads, SolverOptions, ConfigSolver, ResultsOptions, ConfigResultsStructural, ConfigResultsThermal, ConfigResultsSeepage, CompressResults, HDF5_Format, Solve, StartSolve, StopSolve, ShowConvergenceMonitor, LoadInitialState, LoadInitialStateResults, InitialStateResultsFileName, ShowHDF5IncrementSelection, ISStress, ISStrain, ISDisplacement, RestartAnalysis, CreateRestartFile, ReadRestartFile, LoadRestartFile, RestartFileName, LoadInitialTemperatureState, LoadInitialPWPState, ISTemperature, LoadInitialTemperatureResults, InitialTemperatureResultsFileName, ISPWP, LoadInitialPWPResults, InitialPWPResultsFileName, Results, ResultsLoader, LoadResults, ReLoadResults, ResultsFileName, ChosenResult, ChosenResultType, ResultUnits, ShowHDF5Options, ResultsPlot, Plot, PlotTrans, PlotTimeFreq, PlotSelection, ClearResults, ResultsPath, ResultsIntegrateArea, PlotLabelMaximum, PlotLabelMinimum, DeformFactor, RangeMax, RangeMin, ResetRange, ResetScale, PlotSettings, ScaleContinuous, ScaleDiscrete, ScaleColor, ScaleInverted, ScaleGrey, DiagramFactor, Palette, VectorPlotConfig, VectorPlot, AverageNodes, AverageNodesAcrossSE, ActDeactStrElemVisibility, ResultsList, ListInfo, List, ListTrans, ListSelection, ListTimeFreq, ResultsView, HistoryPlot, ResultsSolidSections, PlotSolidSection, ListSolidSection, Isosurfaces, IsosurfaceClipHigher, IsosurfaceClipLower, IsosurfacesSlider, IsosurfacesSliderDesc, IsosurfacesResultEdit, IsosurfacesResultClipByEdit, AdditionalPostProcess, AnimationsTime, Animations, PlayAnimation, ResumePauseAnimation, StopAnimation, RecordVideo, RecordVideoImages, CreateResults, Artificial, Envelope, CodeCombinations, UserLinearCombinations, ConcreteRelax, UserResults, CheckConcretePanel, CheckConcreteBeam, DesignConcreteBeam, CheckConcreteBeamAxBn, CheckPSCBeamAxBn, DesignConcreteBeamAxBn, CheckConcreteBeamSHTR, CheckConcreteBeamCracking, DesignConcreteBeamSHTR, CheckConcreteShell, CheckConcreteShellCEB, CheckConcreteShellOD, CheckConcreteShellMUD, CheckConcreteShellOPSH, CheckConcreteShellIPSH, CheckConcreteShellCracking, DesignConcreteShell, DesignConcreteShellWood, DesignConcreteShellCEB, DesignConcreteShellOD, DesignConcreteShellMUD, DesignConcreteShellOPSH, DesignConcreteShellIPSH, CheckSteelPanel, CheckSteelBeam, DesignSteelBeam, InteractionDiagram, BeamInteractionDiagram, PSCBeamInteractionDiagram, ShellInteractionDiagram, SolidSectionInteractionDiagram, StressLinearization, View, ViewGrid, ZoomToGrid, ConfigGrid, Camera, ZoomIn, ZoomOut, ZoomFit, ZoomBox, ZoomAmount, ZoomAmountDescripion, EdgeThickness, EdgeThicknessAmount, EdgeThicknessAmountDescription, CreateView, CreateClippingPlane, CreateClippingPlane2Points, CreateClippingPlane3Points, CreateUserLabel, ClippingPosition, ClippingPosDescription, ProjectionType, XNegative, XPositive, YNegative, YPositive, ZNegative, ZPositive, SnapShot, Windows, HUDBars, ResetHUD, Style, MacrosPanel, Macros, StartRecordMacro, EndRecordMacro, ViewGizmo, Edition, GView, DeleteObject, CopyObject, Reports, PropReport, ShowName, ShowNodesName, ShowFEName, ShowAuxName, ShowAuxPoint, ShowAuxCurve, ShowAuxWire, ShowAuxFace, ShowAuxShell, ShowAuxVolume, Texture, Opaque, Translucent, Wire, Hide, ObjZoomFit, Color, More, EntityGroupPanel, MoveToGroup, AxisTools, MaterialTools, MaterialSteelTools, MaterialConcreteTools, MaterialReinfSteelTools, MaterialPrestSteelTools, MaterialRockTools, MaterialSoilTools, MaterialGenericTools, MaterialCompositeTools, ConstitutiveLaw, EditAges, AnalysisNonLinear, DesignNonLinear, RemoveDesignNonLinear, PlasticBehavior, SectionTools, SectionToolsConcrete, SectionToolsSteelFromLib, SectionToolsSteelByPlates, SectionToolsSteelByDim, SectionToolsCable, SectionToolsGeneric, PlotSection, ShowSection, BendingReinf, AddBendReinf, RemoveBendReinf, PlateEdit, AddPlate, RemovePlate, PreviousPlate, NextPlate, CloneSE, SETools, SESingleSolid3DTools, SEMultipleSolid3DTools, SESingleSolid2DTools, SEMultipleSolid2DTools, SESingleCableTools, SEMultipleCableTools, SESingleTrussTools, SEMultipleTrussTools, SESingleBeamTools, SEMultipleBeamTools, SESingleShellTools, SEMultipleShellTools, SEElementTools, SENodeTools, SEUserNodeTools, ShowMesh, ShowMesh3D, ShowFEAxis, MeshControls, MeshControls1D, MeshControls2D, MeshControls3D, AddLocalMeshControl, RemoveLocalMeshControl, SolidSectionControls, AddSolidSection, RemoveSolidSection, GResults, IPResultMode, SEUniqueIP, ShowHinges, MeshContextual, MeshSelected, ClearMeshSelected, AddSubSE, RemoveSubSE, ReverseOrientation, CreateCompositeMaterialFromConcShell, SelectSE, SelectionTools, SelectElems, LoadsOnNodesContextual, ApplyLoadOnNodes, ApplyTempOnNodes, ApplyFluxOnNodes, ApplyTotalHeadOnNodes, ApplyMomentOnNodes, BCsOnNodesContextual, ApplyBCOnNodes, ApplyDisplacementOnNodes, ModelUtilsOnNodesContextual, ApplyMassOnNodes, ApplyTying, SelectNodes, ModelUtilTools, ModelUtilNoVisualTools, ModelUtilNoVisualNoCopyTools, SpringTools, TyingTools, MassTools, SpringsResults, ContactTools, ObjZoomFitPanel, RemoveUserNodesButton, GeomTools, GeomToolsPoint, GeomToolsCurve, GeomToolsWire, GeomToolsFace, GeomToolsShell, GeomToolsVolume, Transform, Rotate, RotateSingle, MultiRotate, Scale, ProportionalScale, NonProportionalScale, Move, MoveVector, MovePP, MultiMove, Mirror, MirrorPoint, MirrorAxis, MirrorPlane, Explode, Modify, Trim, TrimByCurve, StrLoadGroupTools, CMLoads, AddPunctualL, AddLoad, AddMoment, AddNodalL, AddNodalT, AddNodalThFlux, AddPunctualM, AddNodalM, AddLinear, AddLinearL, AddLinearHydPressL, AddSurfaceHydPressL, AddLinearM, AddSurface, AddSurfaceL, AddPunctualMass, AddPunctualMovingLoad, AddTemp, AddTempOnSE, AddTempOnElem, RemoveLoad, CopyLoad, AccLoadGroupTools, SpectralLoadGroupTools, PrestressLoadGroupTools, CMTendons, RemoveTendon, AddTendon, CalculateLosses, PlotPrestressLoad, ShowPrestressLoad, LoadGroupTools, BCGroupTools, BCGroupStructuralTools, BCGroupHarmonicTools, BCGroupThermalTools, BCGroupSeepageTools, CMBC, AddSingleBC, AddPunctualBC, AddNodalBC, AddLinearBC, AddSurfaceBC, AddSingleDisp, AddPunctualDisp, AddPointTemperature, AddPointThFlux, AddPointSpFlux, AddNodalSpFlux, AddNodalDisp, AddLinearDisp, AddPointTotalHead, AddNodalTotalHead, AddCurveTemperature, AddCurveTotalHead, AddCurveThFlux, AddCurveSpFlux, AddCurveFilm, AddSurfaceDisp, AddSurfaceTemperature, AddSurfaceTotalHead, AddSurfaceThFlux, AddSurfaceSpFlux, AddVolumeThFlux, AddVolumeSpFlux, AddVolumeTemperature, AddVolumeTotalHead, AddSurfaceFilm, AddConvectiveThermal, AddHeatGenerationThermal, AddHydraulicPotentialSeepage, AddSourcesAndSinksSeepage, RemoveBC, CopyBC, InitialConditionGroupTools, CMInitialCondition, AddInitialCondition, RemoveInitialCondition, InitialConditionGroupThermalTools, InitialConditionGroupSeepageTools, AddInitialConditionThermal, RemoveInitialConditionThermal, AddInitialConditionSeepage, RemoveInitialConditionSeepage, LoadCaseTools, LoadCaseStructuralTools, LoadCaseThermalStructuralTools, LoadCaseThermalTools, LoadCaseSeepageTools, CMLoadCase, AddLoadtoLC, AddBCtoLC, AddInitialConditiontoLC, AddInitialConditionThermaltoLC, AddInitialConditionSeepagetoLC, RemoveLoadFromLC, RemoveBCFromLC, RemoveInitialConditionFromLC, RemoveInitialConditionThermalFromLC, RemoveInitialConditionSeepageFromLC, LCSolverOptions, ActDeactSE, ActDeactTool, GroupsContainer, GroupsContainerPanel, CreateGroup, UserViewTools, OrientationPanel, OrientationContextButton, ClippingTools, VisuClipping, Clipping3D, Clipping2D, UserLabelTools, HelpTip, Progress } ScaleMode: Flag to set result scale mode as 'Continuous' or 'Discrete'. ``` ```{eval-rst} .. py:function:: stopAnimation() :nocontentsentry: Stop: Stop results animation | Constraints: User interface ``` ```{eval-rst} .. py:function:: UserCombination() :nocontentsentry: User combinations: User linear combinations | Constraints: User interface ``` ```{eval-rst} .. py:function:: vectorPlot(VectorPlot) :nocontentsentry: Vector plot: Activate the vector plot mode | Constraints: User interface, Results loaded :param bool VectorPlot: Flag to set vector plot mode. ``` ```{eval-rst} .. py:function:: vectorPlotSettings(Scale) :nocontentsentry: Vectors: Vectors used for displaying the vector plot | Alias: vectPlotSet | Constraints: User interface :param Double Scale: Scale: Scale factor multiplier. Conditions: Value must be greater than 0. ```