Version: 9.15.0
Home

Functions

def Tesselate (self, shape, linear_deflection=0, is_relative=True, angular_deflection=0)
 Build a mesh on the given shape. More...
 
def CheckConformity (self, shape)
 Obtain a shape checker. More...
 
def ShapeProximity (self)
 Obtain a shape proximity calculator. More...
 

Detailed Description

Function Documentation

◆ Tesselate()

def Tesselate (   self,
  shape,
  linear_deflection = 0,
  is_relative = True,
  angular_deflection = 0 
)

Build a mesh on the given shape.

Parameters
shapethe source shape
linear_deflectionlinear deflection coefficient
is_relativesays if given value of deflection is relative to shape's bounding box
angular_deflectionangular deflection for edges in degrees
Returns
True in case of success; otherwise False.

References geomBuilder.RaiseIfFailed(), and geomBuilder.TestOp.

◆ CheckConformity()

def CheckConformity (   self,
  shape 
)

Obtain a shape checker.

Returns
An instance of CheckConformity interface

Example

◆ ShapeProximity()

def ShapeProximity (   self)

Obtain a shape proximity calculator.

Returns
An instance of ShapeProximity interface

Example