25#ifndef _WRAPS_C_VERTEX_SOLVER_TFCVOLUMECONSTRAINT_H_
26#define _WRAPS_C_VERTEX_SOLVER_TFCVOLUMECONSTRAINT_H_
Handle to a models::vertex::MeshObjActor instance.
Definition tfCMeshObj.h:53
Handle to a models::vertex::VolumeConstraint instance.
Definition tfCVolumeConstraint.h:38
HRESULT tfVertexSolverVolumeConstraint_setConstr(struct tfVertexSolverVolumeConstraintHandle *handle, tfFloatP_t constr)
Set the target value.
HRESULT tfVertexSolverVolumeConstraint_init(struct tfVertexSolverVolumeConstraintHandle *handle, tfFloatP_t lam, tfFloatP_t constr)
Initialize an instance.
HRESULT tfVertexSolverVolumeConstraint_setLam(struct tfVertexSolverVolumeConstraintHandle *handle, tfFloatP_t lam)
Set the constraint value.
HRESULT tfVertexSolverVolumeConstraint_destroy(struct tfVertexSolverVolumeConstraintHandle *handle)
Destroy an instance.
HRESULT tfVertexSolverVolumeConstraint_getLam(struct tfVertexSolverVolumeConstraintHandle *handle, tfFloatP_t *result)
Get the constraint value.
HRESULT tfVertexSolverVolumeConstraint_fromBase(struct tfVertexSolverMeshObjActorHandle *handle, struct tfVertexSolverVolumeConstraintHandle *result)
Cast from a base actor instance.
HRESULT tfVertexSolverVolumeConstraint_getConstr(struct tfVertexSolverVolumeConstraintHandle *handle, tfFloatP_t *result)
Get the target value.
HRESULT tfVertexSolverVolumeConstraint_toBase(struct tfVertexSolverVolumeConstraintHandle *handle, struct tfVertexSolverMeshObjActorHandle *result)
Cast to a base actor instance.