Document¶
- class pyslm.core.Document¶
Bases:
objectAttributes Summary
A (nx6) array containing the bounding box for all the parts.
Methods Summary
addObject(obj)getObjectsByType(objType)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)¶
- Return type:
None
- drawNetworkGraph()¶
- Return type:
None
- getDependencyList()¶
- getObjectsByType(objType)¶
- Return type:
List[DocumentObject]
- recalculateDocument()¶
- Return type:
None