=================== ConfigurationTarget =================== .. py:currentmodule:: p3dsdk .. py:class:: ConfigurationTarget .. py:method:: id :property: The id of the target. :type: str, read-only .. py:method:: name :property: The name of the target. :type: str, read-only .. py:method:: type :property: The type of the target. :type: TargetType, read-only .. py:method:: rule :property: The rule of the target. :type: ConfigurationRule :raises ReadOnlyError: If :py:obj:`Database` is in read only mode. .. py:method:: remove() Delete this target. :raises ReadOnlyError: If :py:obj:`Database` is in read only mode. TargetType ---------- .. py:class:: TargetType .. py:attribute:: GEOMETRY_LAYER :annotation: = 1 Geometry layer. .. py:attribute:: ASPECT_LAYER :annotation: = 2 Aspect layer. .. py:attribute:: POSITION_LAYER :annotation: = 3 Position layer. .. py:attribute:: ENVIRONMENT_LAYER :annotation: = 4 Environement layer. .. py:attribute:: LIGHTING_LAYER :annotation: = 5 Lighting layer. .. py:attribute:: LIGHTING_LAYER_COLOR :annotation: = 6 Lighting layer color. .. py:attribute:: OVERLAY_LAYER :annotation: = 7 Overlay layer.