PlanarGeometry

class xgbxml.xgbxml.PlanarGeometry[source]
get_coordinates()[source]

Returns the coordinates of the polyloop child element.

Returns

Point_coordinates where each point_coordinate is a tuple of the (x,y,(z)) coordinates of a CartesianPoint.

Return type

tuple(tuple(float))

get_shell()[source]

Returns a Polygon of the polyloop child element.

Return type

tuple