display_wireframe#
- property Polyline.display_wireframe: bool#
Wireframe property of the part.
- Returns:
- bool
Truewhen wirefame is activated for the part,Falseotherwise.
References
>>> oEditor.GetPropertyValue >>> oEditor.ChangeProperty
Examples
>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d >>> obj = Object3d() >>> obj.display_wireframe