|
- Method resolution order:
- Intersection
- fabmetheus_utilities.geometry.solids.difference.Difference
- fabmetheus_utilities.geometry.geometry_utilities.boolean_solid.BooleanSolid
- fabmetheus_utilities.geometry.solids.group.Group
- fabmetheus_utilities.geometry.geometry_tools.dictionary.Dictionary
Methods defined here:
- getLoopsFromObjectLoopsList(self, importRadius, visibleObjectLoopsList)
- Get loops from visible object loops list.
Methods inherited from fabmetheus_utilities.geometry.solids.difference.Difference:
- getXMLLocalName(self)
- Get xml class name.
Methods inherited from fabmetheus_utilities.geometry.geometry_utilities.boolean_solid.BooleanSolid:
- getDifference(self, importRadius, visibleObjectLoopsList)
- Get subtracted loops sliced through shape.
- getIntersection(self, importRadius, visibleObjectLoopsList)
- Get intersected loops sliced through shape.
- getLoops(self, importRadius, z)
- Get loops sliced through shape.
- getTransformedPaths(self)
- Get all transformed paths.
- getUnion(self, importRadius, visibleObjectLoopsList)
- Get joined loops sliced through shape.
Methods inherited from fabmetheus_utilities.geometry.solids.group.Group:
- __init__(self)
- Add empty lists.
- addXMLInnerSection(self, depth, output)
- Add xml inner section for this object.
- addXMLSection(self, depth, output)
- Add the xml section for this object.
- getMatrix4X4(self)
- Get the matrix4X4.
- getMatrixChainTetragrid(self)
- Get the matrix chain tetragrid.
- getVisible(self)
- Get visible.
- setToElementNode(self, elementNode)
- Set to elementNode.
Methods inherited from fabmetheus_utilities.geometry.geometry_tools.dictionary.Dictionary:
- __repr__(self)
- Get the string representation of this object info.
- addXML(self, depth, output)
- Add xml for this object.
- addXMLArchivableObjects(self, depth, output)
- Add xml for this object.
- createShape(self)
- Create the shape.
- getAttributes(self)
- Get attribute table.
- getComplexTransformedPathLists(self)
- Get complex transformed path lists.
- getFabricationExtension(self)
- Get fabrication extension.
- getFabricationText(self, addLayerTemplate)
- Get fabrication text.
- getGeometryOutput(self)
- Get geometry output dictionary.
- getMinimumZ(self)
- Get the minimum z.
- getPaths(self)
- Get all paths.
- getTransformedVertexes(self)
- Get all transformed vertexes.
- getTriangleMeshes(self)
- Get all triangleMeshes.
- getType(self)
- Get type.
- getVertexes(self)
- Get all vertexes.
- transformGeometryOutput(self, geometryOutput)
- Transform the geometry output by the local matrix4x4.
|