FaceLayer#

class ansys.speos.core.sensor.BaseSensor.FaceLayer(name, geometries)#

Layer composed of name and geometries.

Parameters:
namestr

Name of the layer.

geometrieslist[ansys.speos.core.geo_ref.GeoRef]

List of geometries included in this layer.

Parameters:

Overview#

geometry

List of geometries included in this layer.

name

Name of the layer

Import detail#

from ansys.speos.core.sensor.BaseSensor import FaceLayer

Property detail#

property FaceLayer.geometry#

List of geometries included in this layer.

Parameters:
valueOptional[list[Union[GeoRef, body.Body, face.Face, part.Part.SubPart]]]

Geometry within the Face Layer group

Returns:
list[GeoRef]

List of the Geometries contained in the FaceLayer group

Attribute detail#

FaceLayer.name#

Name of the layer