Package fabmetheus_utilities :: Package geometry :: Package solids :: Module group :: Class Group
[hide private]
[frames] | no frames]

Class Group

source code


A group.

Instance Methods [hide private]
 
__init__(self)
Add empty lists.
source code
 
addXMLInnerSection(self, depth, output)
Add xml inner section for this object.
source code
 
addXMLSection(self, depth, output)
Add the xml section for this object.
source code
 
getLoops(self, importRadius, z)
Get loops sliced through shape.
source code
 
getMatrix4X4(self)
Get the matrix4X4.
source code
 
getMatrixChainTetragrid(self)
Get the matrix chain tetragrid.
source code
 
getVisible(self)
Get visible.
source code
 
setToXMLElement(self, xmlElement)
Set to xmlElement.
source code

Inherited from geometry_tools.dictionary.Dictionary: __repr__, addXML, addXMLArchivableObjects, createShape, getAttributeDictionary, getComplexTransformedPathLists, getFabricationExtension, getFabricationText, getGeometryOutput, getMinimumZ, getPaths, getTransformedPaths, getTransformedVertexes, getTriangleMeshes, getType, getVertexes, getXMLLocalName

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Add empty lists.

Overrides: geometry_tools.dictionary.Dictionary.__init__

addXMLInnerSection(self, depth, output)

source code 

Add xml inner section for this object.

Overrides: geometry_tools.dictionary.Dictionary.addXMLInnerSection

getMatrix4X4(self)

source code 

Get the matrix4X4.

Overrides: geometry_tools.dictionary.Dictionary.getMatrix4X4

getMatrixChainTetragrid(self)

source code 

Get the matrix chain tetragrid.

Overrides: geometry_tools.dictionary.Dictionary.getMatrixChainTetragrid

getVisible(self)

source code 

Get visible.

Overrides: geometry_tools.dictionary.Dictionary.getVisible

setToXMLElement(self, xmlElement)

source code 

Set to xmlElement.

Overrides: geometry_tools.dictionary.Dictionary.setToXMLElement