Graphics3DModelTransformation# class ansys.stk.core.stkobjects.Graphics3DModelTransformation# Class to modify transformation values. Overview# Properties name The Name property. value The Value property. Dimensionless. minimum The Min property. Dimensionless. maximum The Max property. Dimensionless. Import detail# from ansys.stk.core.stkobjects import Graphics3DModelTransformation Property detail# property Graphics3DModelTransformation.name: str# The Name property. property Graphics3DModelTransformation.value: float# The Value property. Dimensionless. property Graphics3DModelTransformation.minimum: float# The Min property. Dimensionless. property Graphics3DModelTransformation.maximum: float# The Max property. Dimensionless.