|
__init__(self,
ssElt,
shape,
gapEnd=0,
gapBeg=0,
cap1=0,
cap2=0,
arrow=0,
larrow=3,
warrow=2)
Constructor's arguments:
|
|
getResIndexFromPts(self,
respts)
return the index of the residue to which a point in the path
belongs.
|
|
getResPts(self,
residueindex)
return the index of the first and the last point in the
Sheet2D.path for the residue whose index is specified
|
|
getExtrudeResidues(self,
resSet)
Get faces for the specified residues in ResSet
|
|
getExtrudeProperties(self,
ResSet,
propName)
Get the colors for the specified residues in ResSet
|
|
setResProperties(self,
propVect,
propName,
ResSet)
sets each residue in 'ResSet' to the color in 'colors' by calling
the setResidueColors method of extrusion, which is an instance of the
Extrude class.
|
|
getResIndexFromExtrudeVertex(self,
vertex)
takes a vertex from the extrusion and returns the index of the
residue the vertex belongs to
|
Inherited from ExtrudeObject :
addArrow ,
buildFaces ,
dist ,
fixNormals ,
getFaces ,
getextrudeVertices ,
glQuadNormals ,
setResidueProperties ,
setStripProperty
|