CartesianPoint

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

Creates Coordinate child elements and sets their value.

Parameters:

coordinates (tuple otr list etc.) – The values of the x,y,(z) coordinates as an argument list. For example: ((0,0,0),(1,0,0),(0,1,0))

Returns:

The newly creeated Coordinate elements.

Return type:

gbCollection

get_coordinates()[source]

Returns the values of the Coordinate child elements.

Return type:

tuple(float)