pitch#

property Actor.pitch: str#

Pitch variable value.

Returns:
str

Value of the pitch variable.

Examples

>>> from ansys.aedt.core.modeler.advanced_cad.multiparts import MultiPartComponent
>>> component = MultiPartComponent(r"C:\temp\actors")
>>> component.pitch
'0deg'