Version: 13.0

    Show / Hide Table of Contents

    Enum ProSolveMpcType

    Namespace: SMT.MastaAPI.FETools.VfxTools.VfxEnums
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("369afb70-8295-6456-25d7-99c9de9de996")]
    [ApiEnumFor("SMT.SMTDevTools.VfxTools.VfxEnums.ProSolveMpcType, SMT.SMTDevTools")]
    public enum ProSolveMpcType

    Fields

    Name Description
    AugmentedLagrangeMultiplierMethod

    Augmented Lagrange Multiplier Method

    LagrangeMultiplierMethod

    Lagrange Multiplier Method

    MatrixTransformationMethod

    Use matrix transformations to eliminate dependent degrees of freedom from the system. In some cases where multiple constraints use the same nodes this method cannot be used. Otherwise this is the recommended method as it gives the highest accuracy.

    PenaltyFunctionMethod

    Enforce constraints using a penalty stiffness. Should be used in cases where the Matrix Transformation Method cannot be used.

    Back to top