display_wireframe#

property Polyline.display_wireframe: bool#

Wireframe property of the part.

Returns:
bool

True when wirefame is activated for the part, False otherwise.

References

>>> oEditor.GetPropertyValue
>>> oEditor.ChangeProperty

Examples

>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d
>>> obj = Object3d()
>>> obj.display_wireframe