Since version 2026, Flux 3D and Flux PEEC are no longer available.
Please use SimLab to create a new 3D project or to import an existing Flux 3D project.
Please use SimLab to create a new PEEC project (not possible to import an existing Flux PEEC project).
/!\ Documentation updates are in progress – some mentions of 3D may still appear.
Animation
Animation
Constructors
- Animation(name ,scenario ,pilot ,pilotLimitMin ,pilotLimitMax ,stepFrequency ,width ,height ,fps ,visible ,interpolation ,isovaluesLimitActive ,isolinesLimitActive ,arrowsLimitActive )
- Animation(name ,scenario ,pilot ,pilotLimitMin ,pilotLimitMax ,stepFrequency ,width ,height ,fps ,visible ,interpolation ,isovaluesLimitActive ,isolinesLimitActive ,arrowsLimitActive ,fixedParameters ,fixedParameterValues ,isovalues ,isovaluesMin ,isovaluesMax ,isolines ,isolinesMin ,isolinesMax ,arrows ,arrowDensity ,arrowsBounds ,arrowsPath ,arrowsMin ,arrowsMax ,infosDisplayTime ,infosScrolling ,numImages ,infosDisplay )
Fields Summary
- Field
- Description
- arrowDensity
- Graphical density of the arrows displayed in the view
- arrows
- Arrows
- arrowsBounds
- Arrows bounds
- arrowsLimitActive
- Arrows limits activated
- arrowsMax
- Arrows max
- arrowsMin
- Arrows min
- arrowsPath
- Arrows path
- fixedParameters
- fixedParameterValues
- fps
- height
- infosDisplay
- Information display
- infosDisplayTime
- Information display time
- infosScrolling
- Information scrolling
- interpolation
- Interpolation
- isolines
- Isolines
- isolinesLimitActive
- Isolines limits activated
- isolinesMax
- Isolignes max
- isolinesMin
- Isolignes min
- isovalues
- Isovalues
- isovaluesLimitActive
- Isovalues limits activated
- isovaluesMax
- Isovalues max
- isovaluesMin
- Isovalues min
- name
- Animation name
- numImages
- Images count
- pilot
- Animation pilot
- pilotLimitMax
- Limit max
- pilotLimitMin
- Limit min
- scenario
- Animation scenario
- stepFrequency
- Step frequency
- visible
- Visibility
- width
Methods Summary
- Method
- Description
- buildMovie
- Build video
- buildPictures
- Build pictures
- buildPicturesAndMovie
- Build pictures and video
- display
- Display
- mask
- Hide
Fields Details
- arrowDensity
- arrowDensity : Graphical density of the arrows displayed in the view - [0..1] Integer
- arrows
- arrows : Arrows - [0..1] String
- arrowsBounds
- arrowsBounds : Arrows bounds - [0..1] String
- arrowsLimitActive
- arrowsLimitActive : Arrows limits activated - [1..1] Integer
- arrowsMax
- arrowsMax : Arrows max - [0..1] Double
- arrowsMin
- arrowsMin : Arrows min - [0..1] Double
- arrowsPath
- arrowsPath : Arrows path - [0..1] String
- fixedParameters
- fixedParameters : Fixed parameters - [0..N] String
- fixedParameterValues
- fixedParameterValues : Parameter values - [0..N] Double
- fps
- fps : Frame rate - [1..1] Double
- height
- height : Animation height - [1..1] Integer
- infosDisplay
- infosDisplay : Information display - [0..1] Integer
- infosDisplayTime
- infosDisplayTime : Information display time - [0..1] Integer
- infosScrolling
- infosScrolling : Information scrolling - [0..1] Integer
- interpolation
- interpolation : Interpolation - [1..1] Integer
- isolines
- isolines : Isolines - [0..1] String
- isolinesLimitActive
- isolinesLimitActive : Isolines limits activated - [1..1] Integer
- isolinesMax
- isolinesMax : Isolignes max - [0..1] Double
- isolinesMin
- isolinesMin : Isolignes min - [0..1] Double
- isovalues
- isovalues : Isovalues - [0..1] String
- isovaluesLimitActive
- isovaluesLimitActive : Isovalues limits activated - [1..1] Integer
- isovaluesMax
- isovaluesMax : Isovalues max - [0..1] Double
- isovaluesMin
- isovaluesMin : Isovalues min - [0..1] Double
- name
- name : Animation name - [1..1] String
- numImages
- numImages : Images count - [0..1] Integer
- pilot
- pilot : Animation pilot - [1..1] String
- pilotLimitMax
- pilotLimitMax : Limit max - [1..1] Double
- pilotLimitMin
- pilotLimitMin : Limit min - [1..1] Double
- scenario
- scenario : Animation scenario - [1..1] String
- stepFrequency
- stepFrequency : Step frequency - [1..1] Integer
- visible
- visible : Visibility - [1..1] Integer
- width
- width : Animation width - [1..1] Integer
Method Details
- buildMovie
-
-
Syntax
buildMovie()
-
Parameters
No parameter
-
Returns
No return value
-
- buildPictures
-
-
Syntax
buildPictures()
-
Parameters
No parameter
-
Returns
No return value
-
- buildPicturesAndMovie
-
-
Syntax
buildPicturesAndMovie()
-
Parameters
No parameter
-
Returns
No return value
-
- display
-
-
Syntax
display()
-
Parameters
No parameter
-
Returns
No return value
-
- mask
-
-
Syntax
mask()
-
Parameters
No parameter
-
Returns
No return value
-