FaceLayer#
- class ansys.speos.core.sensor.BaseSensor.FaceLayer(name, geometries)#
Layer composed of name and geometries.
- Parameters:
- name
str Name of the layer.
- geometries
List[ansys.speos.core.geo_ref.GeoRef] List of geometries included in this layer.
- name
- Parameters:
name (str)
geometries (List[ansys.speos.core.geo_ref.GeoRef])
Overview#
Import detail#
from ansys.speos.core.sensor.BaseSensor import FaceLayer
Property detail#
- property FaceLayer.geometry#
List of geometries included in this layer.
- Parameters:
- value
Optional[List[Union[ansys.speos.core.geo_ref.GeoRef,ansys.speos.core.body.Body,ansys.speos.core.face.Face,ansys.speos.core.part.Part.SubPart]]] Geometry within the Face Layer group
- value
- Returns:
List[ansys.speos.core.geo_ref.GeoRef]List of the Geometries contained in the FaceLayer group
Attribute detail#
- FaceLayer.name#
Name of the layer