Skip to content

Polyline

Bases: Shape_Type

Represents the XML element Polyline.

The Polyline defines open shapes formed of straight lines. Note: Polyline uses counterclockwise winding (this is the default OpenGL behavior)

fromBase(base) staticmethod

getTypeName()

getXMLName()

getNBOType()

getChildren()

getSubElements()

fromJsonFile(path, validate=True)

fromJsonString(json_string, validate=True)

fromXmlFile(path, validate=True)

fromXmlString(xml_string, validate=True)

toXmlFile(filename, validate=True)

toXmlString(validate=True)

setPoints(value, validate=True)

getPoints()

resetPoints()

hasPoints()

getPointsAllowedValues() staticmethod

setMarkerStart(value, validate=True)

getMarkerStart()

resetMarkerStart()

hasMarkerStart()

setMarkerEnd(value, validate=True)

getMarkerEnd()

resetMarkerEnd()

hasMarkerEnd()