Functions | |
def | geompy.SubShapeAllSorted |
Deprecated method It works like SubShapeAllSortedCentres(), but wrongly defines centres of faces, shells and solids. | |
def | geompy.SubShapeAllSortedIDs |
Deprecated method It works like SubShapeAllSortedCentresIDs(), but wrongly defines centres of faces, shells and solids. | |
def | geompy.SubShapeSorted |
Deprecated method It works like SubShapeSortedCentres(), but has a bug (wrongly defines centres of faces, shells and solids). |
def geompy.SubShapeAllSorted | ( | self, | |
aShape, | |||
aType | |||
) |
Deprecated method It works like SubShapeAllSortedCentres(), but wrongly defines centres of faces, shells and solids.
References geompy.RaiseIfFailed().
def geompy.SubShapeAllSortedIDs | ( | self, | |
aShape, | |||
aType | |||
) |
Deprecated method It works like SubShapeAllSortedCentresIDs(), but wrongly defines centres of faces, shells and solids.
References geompy.RaiseIfFailed().
def geompy.SubShapeSorted | ( | self, | |
aShape, | |||
aType, | |||
ListOfInd | |||
) |
Deprecated method It works like SubShapeSortedCentres(), but has a bug (wrongly defines centres of faces, shells and solids).