is_model#

property Polyline.is_model: bool | None#

Part model or non-model property.

Returns:
bool

True when model, False otherwise.

References

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

Examples

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