#include <tf_port_c.h>
#include <models/vertex/solver/tfCMeshObj.h>
Go to the source code of this file.
◆ tfVertexSolverVolumeConstraint_destroy()
Destroy an instance.
- Parameters
-
◆ tfVertexSolverVolumeConstraint_fromBase()
Cast from a base actor instance.
- Parameters
-
| handle | populated handle |
| result | result of cast |
◆ tfVertexSolverVolumeConstraint_getConstr()
Get the target value.
- Parameters
-
| handle | populated handle |
| result | target value |
◆ tfVertexSolverVolumeConstraint_getLam()
Get the constraint value.
- Parameters
-
| handle | populated handle |
| result | constraint value |
◆ tfVertexSolverVolumeConstraint_init()
Initialize an instance.
- Parameters
-
| handle | handle to populate |
| lam | constraint value |
| constr | target value |
◆ tfVertexSolverVolumeConstraint_setConstr()
Set the target value.
- Parameters
-
| handle | populated handle |
| lam | target value |
◆ tfVertexSolverVolumeConstraint_setLam()
Set the constraint value.
- Parameters
-
| handle | populated handle |
| lam | constraint value |
◆ tfVertexSolverVolumeConstraint_toBase()
Cast to a base actor instance.
- Parameters
-
| handle | populated handle |
| result | result of cast |