Inheritance diagram for PolygonFace:Public Member Functions | |
| def | isDegenerated (self) |
| def | parts (self) |
| def | points (self) |
| def | positveFace (self) |
| def | sizePart (self) |
| def | sizePoint (self) |
| def isDegenerated | ( | self | ) |
@param self (type: PolygonFace) self pointer @return (type: bool)
| def parts | ( | self | ) |
iterate over all parts @param self (type: PolygonFace) self pointer @return (type: collections.Iterable[PolygonFace])
| def points | ( | self | ) |
iterate over all points @param self (type: PolygonFace) self pointer @return (type: collections.Iterable[Point])
| def positveFace | ( | self | ) |
@param self (type: PolygonFace) self pointer @return (type: bool)
| def sizePart | ( | self | ) |
@param self (type: PolygonFace) self pointer @return (type: int)
| def sizePoint | ( | self | ) |
@param self (type: PolygonFace) self pointer @return (type: int)