Sensor#

class ansys.acp.core.Sensor(*, name='Sensor', sensor_type=SensorType.SENSOR_BY_AREA, active=True, entities=())#

Instantiate a Sensor.

Parameters:

Methods

Sensor.clone(*[, unlink])

Create a new unstored object with the same properties.

Sensor.delete()

Delete the object.

Sensor.store(parent)

Store the object on the server.

Attributes

Sensor.active

Sensor.center_of_gravity

The center of gravity of the selected entity in the global coordinate system.

Sensor.covered_area

The surface area of a selected Element Set / Oriented Selection Set, or the tooling surface area that is covered by the composite layup of the selected Material or Modeling Ply.

Sensor.entities

Sensor.id

Identifier of the object, used for example as key in maps.

Sensor.locked

Sensor.modeling_ply_area

The surface area of all Modeling Plies of the selected entity.

Sensor.name

The name of the object.

Sensor.price

The price for the composite layup of the selected entity.

Sensor.production_ply_area

The surface area of all production plies of the selected entity.

Sensor.sensor_type

Sensor.status

Sensor.weight

The mass of the selected entity.