ExitGeometries#
- class ansys.speos.core.source.SourceRayFile.ExitGeometries(rayfile_props, default_parameters=None, stable_ctr=False)#
ExitGeometries of rayfile source.
By default, ExitGeometries list is set to be empty.
- Parameters:
- rayfile_props
ansys.api.speos.scene.v2.scene_pb2.RayFileProperties protobuf object to modify.
- default_parameters
Optional[ansys.speos.core.generic.parameters.RayFileSourceParameters] =None If defined the values in the ExitGeometries instance will be overwritten by the values of the data class.
- stable_ctrbool
Variable to indicate if usage is inside class scope
- rayfile_props
- Parameters:
rayfile_props (ansys.api.speos.scene.v2.scene_pb2.RayFileProperties)
default_parameters (Optional[ansys.speos.core.generic.parameters.RayFileSourceParameters])
stable_ctr (bool)
Notes
Do not instantiate this class yourself, use set_exit_geometries method available in Source classes.
Overview#
Exit geometries. |
Import detail#
from ansys.speos.core.source.SourceRayFile import ExitGeometries
Property detail#
- property ExitGeometries.geometries: List[ansys.speos.core.geo_ref.GeoRef]#
Exit geometries.
- Parameters:
- exit_geometries
Optional[List[Union[ansys.speos.core.geo_ref.GeoRef,ansys.speos.core.body.Body,ansys.speos.core.face.Face]]] Exit Geometries that will use this rayfile source. By default,
[].
- exit_geometries
- Returns:
List[ansys.speos.core.geo_ref.GeoRef]Exit Geometries that will use this rayfile source. By default,
[].