CartesianPoint

class xgbxml.xgbxml.CartesianPoint[source]
create_Coordinates(*coordinates)[source]

Creates Coordinate child elements and sets their value.

Parameters

coordinates (int, float) – The values of the x,y,(z) coordinates as an argument list.

Returns

The newly creeated Coordinate elements.

Return type

list(Coordinate)

get_coordinates()[source]

Returns the values of the Coordinate child elements.

Return type

tuple(float)