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[ 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

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