Library#

class ansys.speos.core.intensity.Intensity.Library(library, library_props, default_values=True)#

Intensity of type: Library.

By default, orientation as axis system is chosen and no exit geometries.

Parameters:
libraryansys.api.speos.intensity.v1.IntensityTemplate.Library

Library to complete.

library_propsansys.api.speos.scene.v2.scene_pb2.Scene.SourceInstance.IntensityProperties.LibraryProperties

Library properties to complete.

default_valuesbool

Uses default values when True.

Parameters:
  • library (ansys.speos.core.kernel.intensity_template.ProtoIntensityTemplate.Library)

  • library_props (ansys.speos.core.kernel.scene.ProtoScene.SourceInstance.IntensityProperties.LibraryProperties)

  • default_values (bool)

Overview#

set_intensity_file_uri

Set the intensity file.

set_orientation_axis_system

Set the intensity orientation from an axis system.

set_orientation_normal_to_surface

Set the intensity orientation as normal to surface.

set_orientation_normal_to_uv_map

Set the intensity orientation as normal to uv map.

set_exit_geometries

Set the exit geometries.

Import detail#

from ansys.speos.core.intensity.Intensity import Library

Method detail#

Library.set_intensity_file_uri(uri)#

Set the intensity file.

Parameters:
uristr

uri of the intensity file IES (.ies), Eulumdat (.ldt), speos intensities (.xmp)

Returns:
ansys.speos.core.intensity.Intensity.Library

Intensity feature of type library.

Library.set_orientation_axis_system(axis_system=None)#

Set the intensity orientation from an axis system.

Parameters:
axis_systemOptional[List[float]]

Orientation of the intensity [Ox Oy Oz Xx Xy Xz Yx Yy Yz Zx Zy Zz] By default, [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1].

Returns:
ansys.speos.core.intensity.Intensity.Library

Library intensity.

Library.set_orientation_normal_to_surface()#

Set the intensity orientation as normal to surface.

Returns:
ansys.speos.core.intensity.Intensity.Library

Library intensity.

Library.set_orientation_normal_to_uv_map()#

Set the intensity orientation as normal to uv map.

Returns:
ansys.speos.core.intensity.Intensity.Library

Library intensity.

Library.set_exit_geometries(exit_geometries=None)#

Set the exit geometries.

Parameters:
exit_geometriesOptional[List[ansys.speos.core.geo_ref.GeoRef]]

Exit geometries list. By default, [].

Returns:
ansys.speos.core.intensity.Intensity.Library

Library intensity.