Version: 9.12.0
Home

Functions

def GetPoint (self, theShape, theX, theY, theZ, theEpsilon, theName=None)
 Get a vertex, found in the given shape by its coordinates. More...
 
def GetVertexNearPoint (self, theShape, thePoint, theName=None)
 Find a vertex of the given shape, which has minimal distance to the given point. More...
 
def GetEdge (self, theShape, thePoint1, thePoint2, theName=None)
 Get an edge, found in the given shape by two given vertices. More...
 
def GetEdgeNearPoint (self, theShape, thePoint, theName=None)
 Find an edge of the given shape, which has minimal distance to the given point. More...
 
def GetFaceByPoints (self, theShape, thePoint1, thePoint2, thePoint3, thePoint4, theName=None)
 Returns a face, found in the given shape by four given corner vertices. More...
 
def GetFaceByEdges (self, theShape, theEdge1, theEdge2, theName=None)
 Get a face of block, found in the given shape by two given edges. More...
 
def GetOppositeFace (self, theBlock, theFace, theName=None)
 Find a face, opposite to the given one in the given block. More...
 
def GetFaceNearPoint (self, theShape, thePoint, theName=None)
 Find a face of the given shape, which has minimal distance to the given point. More...
 
def GetFaceByNormale (self, theBlock, theVector, theName=None)
 Find a face of block, whose outside normale has minimal angle with the given vector. More...
 
def GetShapesNearPoint (self, theShape, thePoint, theShapeType, theTolerance=1e-07, theName=None)
 Find all sub-shapes of type theShapeType of the given shape, which have minimal distance to the given point. More...
 
def MakeBlockExplode (self, theCompound, theMinNbFaces, theMaxNbFaces, theName=None)
 Get all the blocks, contained in the given compound. More...
 
def GetBlockNearPoint (self, theCompound, thePoint, theName=None)
 Find block, containing the given point inside its volume or on boundary. More...
 
def GetBlockByParts (self, theCompound, theParts, theName=None)
 Find block, containing all the elements, passed as the parts, or maximum quantity of them. More...
 
def GetBlocksByParts (self, theCompound, theParts, theName=None)
 Return all blocks, containing all the elements, passed as the parts. More...
 
def MakeMultiTransformation1D (self, Block, DirFace1, DirFace2, NbTimes, theName=None)
 Multi-transformate block and glue the result. More...
 
def MakeMultiTransformation2D (self, Block, DirFace1U, DirFace2U, NbTimesU, DirFace1V, DirFace2V, NbTimesV, theName=None)
 Multi-transformate block and glue the result. More...
 
def Propagate (self, theShape, theName=None)
 Build all possible propagation groups. More...
 

Detailed Description

Function Documentation

◆ GetPoint()

def GetPoint (   self,
  theShape,
  theX,
  theY,
  theZ,
  theEpsilon,
  theName = None 
)

Get a vertex, found in the given shape by its coordinates.

Parameters
theShapeBlock or a compound of blocks.
theX,theY,theZCoordinates of the sought vertex.
theEpsilonMaximum allowed distance between the resulting vertex and point with the given coordinates.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the found vertex.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ GetVertexNearPoint()

def GetVertexNearPoint (   self,
  theShape,
  thePoint,
  theName = None 
)

Find a vertex of the given shape, which has minimal distance to the given point.

Parameters
theShapeAny shape.
thePointPoint, close to the desired vertex.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the found vertex.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ GetEdge()

def GetEdge (   self,
  theShape,
  thePoint1,
  thePoint2,
  theName = None 
)

Get an edge, found in the given shape by two given vertices.

Parameters
theShapeBlock or a compound of blocks.
thePoint1,thePoint2Points, close to the ends of the desired edge.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the found edge.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ GetEdgeNearPoint()

def GetEdgeNearPoint (   self,
  theShape,
  thePoint,
  theName = None 
)

Find an edge of the given shape, which has minimal distance to the given point.

Parameters
theShapeBlock or a compound of blocks.
thePointPoint, close to the desired edge.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the found edge.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ GetFaceByPoints()

def GetFaceByPoints (   self,
  theShape,
  thePoint1,
  thePoint2,
  thePoint3,
  thePoint4,
  theName = None 
)

Returns a face, found in the given shape by four given corner vertices.

Parameters
theShapeBlock or a compound of blocks.
thePoint1,thePoint2,thePoint3,thePoint4Points, close to the corners of the desired face.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the found face.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ GetFaceByEdges()

def GetFaceByEdges (   self,
  theShape,
  theEdge1,
  theEdge2,
  theName = None 
)

Get a face of block, found in the given shape by two given edges.

Parameters
theShapeBlock or a compound of blocks.
theEdge1,theEdge2Edges, close to the edges of the desired face.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the found face.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ GetOppositeFace()

def GetOppositeFace (   self,
  theBlock,
  theFace,
  theName = None 
)

Find a face, opposite to the given one in the given block.

Parameters
theBlockMust be a hexahedral solid.
theFaceFace of theBlock, opposite to the desired face.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the found face.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ GetFaceNearPoint()

def GetFaceNearPoint (   self,
  theShape,
  thePoint,
  theName = None 
)

Find a face of the given shape, which has minimal distance to the given point.

Parameters
theShapeBlock or a compound of blocks.
thePointPoint, close to the desired face.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the found face.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ GetFaceByNormale()

def GetFaceByNormale (   self,
  theBlock,
  theVector,
  theName = None 
)

Find a face of block, whose outside normale has minimal angle with the given vector.

Parameters
theBlockBlock or a compound of blocks.
theVectorVector, close to the normale of the desired face.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the found face.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ GetShapesNearPoint()

def GetShapesNearPoint (   self,
  theShape,
  thePoint,
  theShapeType,
  theTolerance = 1e-07,
  theName = None 
)

Find all sub-shapes of type theShapeType of the given shape, which have minimal distance to the given point.

Parameters
theShapeAny shape.
thePointPoint, close to the desired shape.
theShapeTypeDefines what kind of sub-shapes is searched GEOM::shape_type
theToleranceThe tolerance for distances comparison. All shapes with distances to the given point in interval [minimal_distance, minimal_distance + theTolerance] will be gathered.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM_Object, containing a group of all found shapes.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ MakeBlockExplode()

def MakeBlockExplode (   self,
  theCompound,
  theMinNbFaces,
  theMaxNbFaces,
  theName = None 
)

Get all the blocks, contained in the given compound.

Parameters
theCompoundThe compound to explode.
theMinNbFacesIf solid has lower number of faces, it is not a block.
theMaxNbFacesIf solid has higher number of faces, it is not a block.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Note
If theMaxNbFaces = 0, the maximum number of faces is not restricted.
Returns
List of GEOM.GEOM_Object, containing the retrieved blocks.

Example 1
Example 2

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, geomBuilder.ParseParameters(), and geomBuilder.RaiseIfFailed().

◆ GetBlockNearPoint()

def GetBlockNearPoint (   self,
  theCompound,
  thePoint,
  theName = None 
)

Find block, containing the given point inside its volume or on boundary.

Parameters
theCompoundCompound, to find block in.
thePointPoint, close to the desired block. If the point lays on boundary between some blocks, we return block with nearest center.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the found block.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ GetBlockByParts()

def GetBlockByParts (   self,
  theCompound,
  theParts,
  theName = None 
)

Find block, containing all the elements, passed as the parts, or maximum quantity of them.

Parameters
theCompoundCompound, to find block in.
thePartsList of faces and/or edges and/or vertices to be parts of the found block.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the found block.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ GetBlocksByParts()

def GetBlocksByParts (   self,
  theCompound,
  theParts,
  theName = None 
)

Return all blocks, containing all the elements, passed as the parts.

Parameters
theCompoundCompound, to find blocks in.
thePartsList of faces and/or edges and/or vertices to be parts of the found blocks.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
List of GEOM.GEOM_Object, containing the found blocks.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().

◆ MakeMultiTransformation1D()

def MakeMultiTransformation1D (   self,
  Block,
  DirFace1,
  DirFace2,
  NbTimes,
  theName = None 
)

Multi-transformate block and glue the result.

Transformation is defined so, as to superpose direction faces.

Parameters
BlockHexahedral solid to be multi-transformed.
DirFace1ID of First direction face.
DirFace2ID of Second direction face.
NbTimesQuantity of transformations to be done.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Note
Unique ID of sub-shape can be obtained, using method GetSubShapeID().
Returns
New GEOM.GEOM_Object, containing the result shape.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, geomBuilder.ParseParameters(), and geomBuilder.RaiseIfFailed().

◆ MakeMultiTransformation2D()

def MakeMultiTransformation2D (   self,
  Block,
  DirFace1U,
  DirFace2U,
  NbTimesU,
  DirFace1V,
  DirFace2V,
  NbTimesV,
  theName = None 
)

Multi-transformate block and glue the result.

Parameters
BlockHexahedral solid to be multi-transformed.
DirFace1U,DirFace2UIDs of Direction faces for the first transformation.
DirFace1V,DirFace2VIDs of Direction faces for the second transformation.
NbTimesU,NbTimesVQuantity of transformations to be done.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
New GEOM.GEOM_Object, containing the result shape.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, geomBuilder.ParseParameters(), and geomBuilder.RaiseIfFailed().

◆ Propagate()

def Propagate (   self,
  theShape,
  theName = None 
)

Build all possible propagation groups.

Propagation group is a set of all edges, opposite to one (main) edge of this group directly or through other opposite edges. Notion of Opposite Edge make sense only on quadrangle face.

Parameters
theShapeShape to build propagation groups on.
theNameObject name; when specified, this parameter is used for result publication in the study. Otherwise, if automatic publication is switched on, default value is used for result name.
Returns
List of GEOM.GEOM_Object, each of them is a propagation group.

Example

References geomBuilder._autoPublish(), geomBuilder.BlocksOp, and geomBuilder.RaiseIfFailed().