Plane#
- class ansys.aedt.core.modeler.cad.elements_3d.Plane(primitives, name)[source]#
Manages plane attributes for the AEDT 3D Modeler.
- Parameters:
- primitives
ansys.aedt.core.modeler.cad.primitives_3d.Primitives3D
Inherited parent object.
- name
str
Name of the point.
- primitives
Examples
Basic usage demonstrated with an HFSS design:
>>> from ansys.aedt.core import Hfss >>> aedtapp = Hfss() >>> primitives = aedtapp.modeler
Create a plane, to return an
ansys.aedt.core.modeler.Object3d.Plane
.>>> plane = primitives.create_plane("my_plane", "-0.7mm", "0.3mm", "0mm", "0.7mm", "-0.3mm", "0mm", "(0, 195, 255)") >>> my_plane = primitives.planes[plane.name]
Methods
Delete the plane.
Plane.set_color
(color_value)Set symbol color.
Attributes
Coordinate system of the plane.
Logger.
Name of the plane as a string value.
Valid properties.