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_propsansys.api.speos.scene.v2.scene_pb2.RayFileProperties

protobuf object to modify.

default_parametersOptional[ 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

Parameters:

Notes

Do not instantiate this class yourself, use set_exit_geometries method available in Source classes.

Overview#

geometries

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_geometriesOptional[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, [].

Returns:
List[ansys.speos.core.geo_ref.GeoRef]

Exit Geometries that will use this rayfile source. By default, [].