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... | |
| def Tesselate | ( | self, | |
| shape, | |||
linear_deflection = 0, |
|||
is_relative = True, |
|||
angular_deflection = 0 |
|||
| ) |
Build a mesh on the given shape.
| shape | the source shape |
| linear_deflection | linear deflection coefficient |
| is_relative | says if given value of deflection is relative to shape's bounding box |
| angular_deflection | angular deflection for edges in degrees |
References geomBuilder.RaiseIfFailed(), and geomBuilder.TestOp.
| def CheckConformity | ( | self, | |
| shape | |||
| ) |
| def ShapeProximity | ( | self | ) |
Obtain a shape proximity calculator.
Example