Version: 9.15.0
Home

Functions

def SubShapeAllSorted (self, aShape, aType, theName=None)
 Deprecated method It works like SubShapeAllSortedCentres(), but wrongly defines centres of faces, shells and solids. More...
 
def SubShapeAllSortedIDs (self, aShape, aType)
 Deprecated method It works like SubShapeAllSortedCentresIDs(), but wrongly defines centres of faces, shells and solids. More...
 
def SubShapeSorted (self, aShape, aType, ListOfInd, theName=None)
 Deprecated method It works like SubShapeSortedCentres(), but has a bug (wrongly defines centres of faces, shells and solids). More...
 

Detailed Description

Function Documentation

◆ SubShapeAllSorted()

def SubShapeAllSorted (   self,
  aShape,
  aType,
  theName = None 
)

Deprecated method It works like SubShapeAllSortedCentres(), but wrongly defines centres of faces, shells and solids.

References geomBuilder._autoPublish(), geomBuilder.EnumToLong(), geomBuilder.RaiseIfFailed(), and geomBuilder.ShapesOp.

◆ SubShapeAllSortedIDs()

def SubShapeAllSortedIDs (   self,
  aShape,
  aType 
)

Deprecated method It works like SubShapeAllSortedCentresIDs(), but wrongly defines centres of faces, shells and solids.

References geomBuilder.EnumToLong(), geomBuilder.RaiseIfFailed(), geomBuilder.ShapesOp, and geomBuilder.SubShapeAllIDs().

◆ SubShapeSorted()

def SubShapeSorted (   self,
  aShape,
  aType,
  ListOfInd,
  theName = None 
)

Deprecated method It works like SubShapeSortedCentres(), but has a bug (wrongly defines centres of faces, shells and solids).

References geomBuilder.EnumToLong(), GEOM_IShapesOperations.GetSubShape(), geomBuilder.GetSubShape(), and geomBuilder.SubShapeAllSortedIDs().