location#

property Line3dLayout.location: list[float] | None#

Retrieve/Set the absolute location in model units.

Location is computed with combination of 3d Layout location and model center.

Returns:
list

List of (x, y) coordinates for the component location.

References

>>> oEditor.GetPropertyValue

Examples

>>> from ansys.aedt.core.modeler.pcb.object_3d_layout import Object3DLayout
>>> obj = Object3DLayout()
>>> obj.location