Point#
- class Point[source]#
Bases:
EntityBasePointclass for defining a single point used in various outputs.Example
>>> fl.Point( ... name="Point", ... location=(1.0, 2.0, 3.0) * fl.u.m, ... )
Attributes
Properties
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods