Binding

tissue_forge.models.vertex.solver.bind.body(*args)

Bind an actor to either a body or body type

Parameters:

args – an actor and either a body or body type

tissue_forge.models.vertex.solver.bind.surface(*args)

Bind an actor to either a surface or surface type

Parameters:

args – an actor and either a body or body type

tissue_forge.models.vertex.solver.bind.types(a: MeshObjTypePairActor, type1: _vertex_solver_MeshObjType, type2: _vertex_solver_MeshObjType) HRESULT

Bind an actor to a pair of object types

Parameters:
  • a (MeshObjTypePairActor) – actor

  • type1 (MeshObjType) – first object type

  • type2 (MeshObjType) – second object type