pitch# property Environment.pitch: str# Pitch variable value. Pitch is the rotation about the object’s Y-axis. Returns: strValue for the pitch variable. Examples >>> from ansys.aedt.core.modeler.advanced_cad.multiparts import Environment >>> env = Environment(r"C:\temp\actors") >>> env.pitch '0deg'