is_polyline#

property Polyline.is_polyline: bool#

Get or set if the body is originated by a polyline.

Returns:
bool

Examples

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