solve_inside#

property Polyline.solve_inside: bool#

Part solve inside flag.

Returns:
bool

True when "solve-inside" 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.solve_inside