Node
Discretization (mesh) nodes
Constructors
- Node()
- Node(FACETTE_MAILVL ,POINT_MAILVL ,ARETE_MAILVL ,COO_ARETE )
Fields Summary
- Field
- Description
- ARETE_MAILVL
- carryingFace
- Face carrying the node
- carryingLine
- Line carrying the node
- carryingPoint
- Point carrying the node
- carryingVolume
- Volume carrying the node
- COO_ARETE
- coordinates
- X component/Y component/Z component
- FACETTE_MAILVL
- locchm
- Chemin spatial portant le noeud
- locfb
- Face box holding the node
- locvb
- grid 3d holding the node
- POINT_MAILVL
- WEIGHT
- Associated weight during discretization
Methods Summary
- Method
- Description
- addToViz
- Add to visualization
- removeFromViz
- Remove from visualization
Fields Details
- ARETE_MAILVL
- ARETE_MAILVL : arete_mailvl - [0..1] ARETE_MAILVL
- carryingFace
- carryingFace : Face carrying the node - [0..1] Face
- carryingLine
- carryingLine : Line carrying the node - [0..1] Line
- carryingPoint
- carryingPoint : Point carrying the node - [0..1] Point
- carryingVolume
- carryingVolume : Volume carrying the node - [0..1] Volume
- COO_ARETE
- COO_ARETE : coo_arete - [0..1] Double
- coordinates
- coordinates : X component/Y component/Z component - [3..3] Double
- FACETTE_MAILVL
- FACETTE_MAILVL : facette_mailvl - [0..1] FACETTE_MAILVL
- locchm
- locchm : Chemin spatial portant le noeud - [1..1] CompoundPath
- locfb
- locfb : Face box holding the node - [1..1] Grid2D
- locvb
- locvb : grid 3d holding the node - [1..1] Grid3D
- POINT_MAILVL
- POINT_MAILVL : point_mailvl - [0..1] POINT_MAILVL
- WEIGHT
- WEIGHT : Associated weight during discretization - [1..1] Double
Method Details
- addToViz
-
-
Syntax
addToViz()
-
Parameters
No parameter
-
Returns
No return value
-
- removeFromViz
-
-
Syntax
removeFromViz()
-
Parameters
No parameter
-
Returns
No return value
-