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.
TopSubEntityGeometricObject
Top sub entity of geometric object
Constructors
- TopSubEntityGeometricObject()
Fields Summary
- Field
- Description
- COO_SOMMET
- Coordinate X/Coordinate Y/Coordinate Z
- ID_OBJ
- Geometric object identifier
Methods Summary
- Method
- Description
- computeTopSubEntityDistance
- Compute distance between two top sub entities
Fields Details
- COO_SOMMET
- COO_SOMMET : Coordinate X/Coordinate Y/Coordinate Z - [3..3] Double
- ID_OBJ
- ID_OBJ : Geometric object identifier - [1..1] String
Method Details
- computeTopSubEntityDistance
-
-
Syntax
result = computeTopSubEntityDistance(secondTop, coordSys)
-
Parameters
- secondTop : Second top sub entity - [1..1] TopSubEntityGeometricObject
- coordSys : Coordinates system for top distance - [0..1] CoordSys
-
Returns
- distance : Distance - [0..N] Double
-