Document

class pyslm.core.Document

Bases: object

Attributes Summary

boundingBox

extents

head

partBoundingBox

A (nx6) array containing the bounding box for all the parts.

partExtents

parts

Methods Summary

addObject(obj)

drawNetworkGraph()

getDependencyList()

getObjectsByType(objType)

recalculateDocument()

Attributes Documentation

boundingBox
extents
head
partBoundingBox

A (nx6) array containing the bounding box for all the parts. This is needed for calculating the grid

partExtents
parts

Methods Documentation

addObject(obj)
drawNetworkGraph()
getDependencyList()
getObjectsByType(objType)
recalculateDocument()