is_3d#

property Polyline.is_3d: bool#

Check if the object is a 3D solid object.

This method determines whether the current object represents a three-dimensional solid geometry by checking its object type.

Returns:
bool

True if the object is a 3D solid, False otherwise.

Examples

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