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