add#

Line3dLayout.add(point, position: int = 0)#

Add a new point to the center line.

Parameters:
pointlist

[x,y] coordinate point to add.

positionint, optional

Position of the new point in the geometry.

Returns:
ansys.aedt.core.modeler.pcb.object_3d_layout.Line3dLayout

Examples

>>> from ansys.aedt.core.modeler.pcb.object_3d_layout import Line3dLayout
>>> obj = Line3dLayout()
>>> obj.add(point=1)