25#ifndef _WRAPS_C_VERTEX_SOLVER_TFCSURFACEAREACONSTRAINT_H_
26#define _WRAPS_C_VERTEX_SOLVER_TFCSURFACEAREACONSTRAINT_H_
Handle to a models::vertex::MeshObjActor instance.
Definition tfCMeshObj.h:53
Handle to a models::vertex::SurfaceAreaConstraint instance.
Definition tfCSurfaceAreaConstraint.h:38
HRESULT tfVertexSolverSurfaceAreaConstraint_setLam(struct tfVertexSolverSurfaceAreaConstraintHandle *handle, tfFloatP_t lam)
Set the constraint value.
HRESULT tfVertexSolverSurfaceAreaConstraint_fromBase(struct tfVertexSolverMeshObjActorHandle *handle, struct tfVertexSolverSurfaceAreaConstraintHandle *result)
Cast from a base actor instance.
HRESULT tfVertexSolverSurfaceAreaConstraint_init(struct tfVertexSolverSurfaceAreaConstraintHandle *handle, tfFloatP_t lam, tfFloatP_t constr)
Initialize an instance.
HRESULT tfVertexSolverSurfaceAreaConstraint_getConstr(struct tfVertexSolverSurfaceAreaConstraintHandle *handle, tfFloatP_t *result)
Get the target value.
HRESULT tfVertexSolverSurfaceAreaConstraint_destroy(struct tfVertexSolverSurfaceAreaConstraintHandle *handle)
Destroy an instance.
HRESULT tfVertexSolverSurfaceAreaConstraint_getLam(struct tfVertexSolverSurfaceAreaConstraintHandle *handle, tfFloatP_t *result)
Get the constraint value.
HRESULT tfVertexSolverSurfaceAreaConstraint_setConstr(struct tfVertexSolverSurfaceAreaConstraintHandle *handle, tfFloatP_t constr)
Set the target value.
HRESULT tfVertexSolverSurfaceAreaConstraint_toBase(struct tfVertexSolverSurfaceAreaConstraintHandle *handle, struct tfVertexSolverMeshObjActorHandle *result)
Cast to a base actor instance.