#include <tf_port_c.h>
#include <models/vertex/solver/tfCMeshObj.h>
Go to the source code of this file.
◆ tfVertexSolverSurfaceAreaConstraint_destroy()
Destroy an instance.
- Parameters
-
◆ tfVertexSolverSurfaceAreaConstraint_fromBase()
Cast from a base actor instance.
- Parameters
-
| handle | populated handle |
| result | result of cast |
◆ tfVertexSolverSurfaceAreaConstraint_getConstr()
Get the target value.
- Parameters
-
| handle | populated handle |
| result | target value |
◆ tfVertexSolverSurfaceAreaConstraint_getLam()
Get the constraint value.
- Parameters
-
| handle | populated handle |
| result | constraint value |
◆ tfVertexSolverSurfaceAreaConstraint_init()
Initialize an instance.
- Parameters
-
| handle | handle to populate |
| lam | constraint value |
| constr | target value |
◆ tfVertexSolverSurfaceAreaConstraint_setConstr()
Set the target value.
- Parameters
-
| handle | populated handle |
| lam | target value |
◆ tfVertexSolverSurfaceAreaConstraint_setLam()
Set the constraint value.
- Parameters
-
| handle | populated handle |
| lam | constraint value |
◆ tfVertexSolverSurfaceAreaConstraint_toBase()
Cast to a base actor instance.
- Parameters
-
| handle | populated handle |
| result | result of cast |