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:
- library
ansys.api.speos.intensity.v1.IntensityTemplate.Library
Library to complete.
- library_props
ansys.api.speos.scene.v2.scene_pb2.Scene.SourceInstance.IntensityProperties.LibraryProperties
Library properties to complete.
- default_valuesbool
Uses default values when True.
- library
- 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 the intensity file. |
|
Set the intensity orientation from an axis system. |
|
Set the intensity orientation as normal to surface. |
|
Set the intensity orientation as normal to uv map. |
|
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:
- uri
str
uri of the intensity file IES (.ies), Eulumdat (.ldt), speos intensities (.xmp)
- uri
- 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_system
Optional
[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]
.
- axis_system
- 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_geometries
Optional
[List
[ansys.speos.core.geo_ref.GeoRef
]] Exit geometries list. By default,
[]
.
- exit_geometries
- Returns:
ansys.speos.core.intensity.Intensity.Library
Library intensity.