ExitanceVariable#
- class ansys.speos.core.source.SourceSurface.ExitanceVariable(exitance_variable, exitance_variable_props, default_parameters=None, stable_ctr=False)#
Type of surface source existence : existence variable.
- Parameters:
- exitance_variableansys.api.speos.source.v1.source_pb2.SourceTemplate.Surface.
- ExitanceVariable
Existence variable to complete.
- exitance_variable_propsansys.api.speos.scene.v2.scene_pb2.Scene.SourceInstance.
- SurfaceProperties.ExitanceVariableProperties
Existence variable properties to complete.
- default_parameters
Optional[ansys.speos.core.generic.parameters.VariableExitanceParameters] =None If defined the values in the ExitanceVariable instance will be overwritten by the values of the data class.
- stable_ctrbool
Variable to indicate if usage is inside class scope
- Parameters:
default_parameters (Optional[ansys.speos.core.generic.parameters.VariableExitanceParameters])
stable_ctr (bool)
Notes
Do not instantiate this class yourself, use set_exitance_variable method available in Source classes.
Overview#
Xmp file uri. |
|
Axis plane of the variable exitance surface source. |
Import detail#
from ansys.speos.core.source.SourceSurface import ExitanceVariable
Property detail#
- property ExitanceVariable.xmp_file_uri: str#
Xmp file uri.
- Parameters:
- xmp_file_uri
Union[str,pathlib.Path] xmp file uri.
- xmp_file_uri
- Returns:
strxmp file uri.