Point#
- class ansys.aedt.core.modeler.cad.elements_3d.Point(primitives, name)[source]#
Manages point 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 point, to return an
ansys.aedt.core.modeler.Object3d.Point
.>>> point = primitives.create_point([30, 30, 0], "my_point", (0, 195, 255)) >>> my_point = primitives.points[point.name]
Methods
Delete the point.
Point.set_color
(color_value)Set symbol color.
Attributes
Coordinate system of the point.
Logger.
Name of the point as a string value.
Valid properties.