remove# Line3dLayout.remove(point)# Remove one or more points from the center line. Parameters: pointlist, strName of points to remove in the form of "Ptx". 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.remove(point=1)