numeric_cs# static GeometryOperators.numeric_cs(cs_in: list | str) → list# Return a list of [x,y,z] numeric values given a coordinate system as input. Parameters: cs_inList of str or str["x", "y", "z"] or “Global”. Examples >>> from ansys.aedt.core.modeler.geometry_operators import GeometryOperators >>> obj = GeometryOperators() >>> obj.numeric_cs(cs_in=["Box1"])