section#

Modeler2D.section(object_list, plane, create_new=True, section_cross_object=False)[source]#

Section the selection.

Parameters:
object_listlist, str, int, or pyaedt.modeler.Object3d.Object3d

One or more objects to section.

planestr

Coordinate plane or Application.PLANE object. Choices for the coordinate plane are "XY", "YZ", and "ZX".’

create_newbool, optional

The default is True, but this parameter has no effect.

section_cross_objectbool, optional

The default is False, but this parameter has no effect.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.Section