PointComputation
Session Quantities computation on points
Constructors
- PointComputation(name ,formula )
Fields Summary
- Field
- Description
- computePoints
- Computation points
- creationDate
- Creation date
- creationInformations
- Creation information
- formula
- Formula
- formulaList
- List of the formula
- graphicalExpression
- Graphical expression to display
- name
- Name of the session
- numberOfValues
- Number of values for formula
- parameters
- Parameters of the scenario associated to storage
- properties
- Properties
- scenario
- Scenario for storage
- values
- Values of the parameters associated to the storage
- visibility
- Visibility
Methods Summary
- Method
- Description
- addFormula
- Add formula
- closeSession
- Close session of compute point
- computePoint
- Compute points
- deletePoint
- Delete points
- openSession
- Open session Quantities computation on points
Fields Details
- computePoints
- computePoints : Computation points - [1..N] ComputationPoint
- creationDate
- creationDate : Creation date - [1..1] String
- creationInformations
- creationInformations : Creation information - [1..N] String
- formula
- formula : Formula - [1..N] String
- formulaList
- formulaList : List of the formula - [1..N] ComputeFormula
- graphicalExpression
- graphicalExpression : Graphical expression to display - [1..1] Integer
- name
- name : Name of the session - [1..1] String
- numberOfValues
- numberOfValues : Number of values for formula - [1..N] Integer
- parameters
- parameters : Parameters of the scenario associated to storage - [0..N] Integer
- properties
- properties : Properties - [1..1] PropertiesTable
- scenario
- scenario : Scenario for storage - [1..1] Integer
- values
- values : Values of the parameters associated to the storage - [0..N] Double
- visibility
- visibility : Visibility - [1..1] Integer
Method Details
- addFormula
-
-
Syntax
addFormula(formula)
-
Parameters
- formula : Formula - [1..N] String
-
Returns
No return value
-
- closeSession
-
-
Syntax
closeSession()
-
Parameters
No parameter
-
Returns
No return value
-
- computePoint
-
-
Syntax
computePoint(coordSys, uvw, regionVolume, regionVolumeThick0, regionVolumeThickT, regionFace, regionFaceThick0, regionFaceThickT, regionFaceThickX, regionLine, regionPoint, constraint, thickness)
-
Parameters
- coordSys : Coordinate systeme - [1..1] CoordSys
- uvw : Coordinates of the point - [2..3] String
- regionVolume : Computation region - [0..1] String
- regionVolumeThick0 : Computation region - [0..1] String
- regionVolumeThickT : Computation region - [0..1] String
- regionFace : Computation region - [0..1] String
- regionFaceThick0 : Computation region - [0..1] String
- regionFaceThickT : Computation region - [0..1] String
- regionFaceThickX : Computation region - [0..1] String
- regionLine : Computation region - [0..1] String
- regionPoint : Computation region - [0..1] String
- constraint : Constraint of the point - [0..1] String
- thickness : Thickness for the point computation - [0..1] String
-
Returns
No return value
-
- deletePoint
-
-
Syntax
deletePoint(point)
-
Parameters
- point : Point to destroy - [1..N] String
-
Returns
No return value
-
- openSession
-
-
Syntax
openSession()
-
Parameters
No parameter
-
Returns
No return value
-