Graphics3DModelTransformation ============================= .. py:class:: ansys.stk.core.stkobjects.Graphics3DModelTransformation Class to modify transformation values. .. py:currentmodule:: Graphics3DModelTransformation Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DModelTransformation.name` - The Name property. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DModelTransformation.value` - The Value property. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DModelTransformation.minimum` - The Min property. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DModelTransformation.maximum` - The Max property. Dimensionless. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Graphics3DModelTransformation Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.Graphics3DModelTransformation.name :type: str The Name property. .. py:property:: value :canonical: ansys.stk.core.stkobjects.Graphics3DModelTransformation.value :type: float The Value property. Dimensionless. .. py:property:: minimum :canonical: ansys.stk.core.stkobjects.Graphics3DModelTransformation.minimum :type: float The Min property. Dimensionless. .. py:property:: maximum :canonical: ansys.stk.core.stkobjects.Graphics3DModelTransformation.maximum :type: float The Max property. Dimensionless.