section#
- Modeler2D.section(assignment, plane, create_new=True, section_cross_object=False)#
Section the selection.
- Parameters:
- assignment
list,str,int,oransys.aedt.core.modeler.cad.object_3d.Object3d One or more objects to section.
- plane
str Coordinate plane. 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.
- assignment
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.Section