| | |
- addBeginEndInnerXMLTag(attributeDictionary, className, depth, innerText, output, text='')
- Add the begin and end xml tag and the inner text if any.
- addBeginXMLTag(attributeDictionary, className, depth, output, text='')
- Add the begin xml tag.
- addClosedXMLTag(attributeDictionary, className, depth, output, text='')
- Add the closed xml tag.
- addEndXMLTag(className, depth, output)
- Add the end xml tag.
- addXMLFromLoopComplexZ(attributeDictionary, depth, loop, output, z)
- Add xml from loop.
- addXMLFromObjects(depth, objects, output)
- Add xml from objects.
- addXMLFromVertexes(depth, output, vertexes)
- Add xml from loop.
- addXMLFromXYZ(depth, index, output, x, y, z)
- Add xml from x, y & z.
- compareAttributeKeyAscending(key, otherKey)
- Get comparison in order to sort attribute keys in ascending order, with the id key first and name second.
- getAttributeDictionaryString(attributeDictionary)
- Add the closed xml tag.
- getBeforeRootOutput(xmlParser)
- Get the output before the root and the root xml.
- getBeginGeometryXMLOutput(xmlElement=None)
- Get the beginning of the string representation of this boolean geometry object info.
- getBeginXMLOutput()
- Get the beginning of the string representation of this object info.
- getDictionaryWithoutList(dictionary, withoutList)
- Get the dictionary without the keys in the list.
- getEndGeometryXMLString(output)
- Get the string representation of this object info.
|