Sensor#
- class ansys.acp.core.Sensor(*, name='Sensor', sensor_type='sensor_by_area', active=True, entities=())#
Instantiate a Sensor.
- Parameters:
name (str) – Name of the sensor.
sensor_type (SensorType) – Type of sensor: The sensor can be scoped by area, material, plies, or solid model.
active (bool) – Inactive sensors are not evaluated.
entities (Sequence[Fabric | Stackup | SubLaminate | ElementSet | OrientedSelectionSet | ModelingPly]) – List of entities which define the sensor’s scope.
Added in ACP server version 24.2.
Methods
Sensor.clone
(*[, unlink])Create a new unstored object with the same properties.
Delete the object.
Sensor.store
(parent)Store the object on the server.
Attributes
The center of gravity of the selected entity in the global coordinate system.
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.
Identifier of the object, used for example as key in maps.
The surface area of all Modeling Plies of the selected entity.
The name of the object.
The parent of the object.
The price for the composite layup of the selected entity.
The surface area of all production plies of the selected entity.
The mass of the selected entity.