pitch# property MultiPartComponent.pitch: str# Pitch variable value. Returns: strValue of the pitch variable. Examples >>> from ansys.aedt.core.modeler.advanced_cad.multiparts import MultiPartComponent >>> component = MultiPartComponent(r"C:\temp\actors") >>> component.pitch '0deg'