Search Results for

    Show / Hide Table of Contents

    Class LMCVOptions

    Options for calculating leaf motions using the Varian Leaf Motion Calculator (LMCV) algorithm.

    Inheritance
    System.Object
    LMCVOptions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: VMS.TPS.Common.Model.Types
    Assembly: VMS.TPS.Common.Model.Types.dll
    Syntax
    public class LMCVOptions

    Constructors

    LMCVOptions(Boolean)

    Constructor.

    Declaration
    public LMCVOptions(bool fixedJaws)
    Parameters
    Type Name Description
    System.Boolean fixedJaws

    Use the Fixed jaws option.

    Properties

    FixedJaws

    Use the Fixed jaws option.

    Declaration
    public bool FixedJaws { get; }
    Property Value
    Type Description
    System.Boolean

    See Also

    SetCalculationModel(CalculationType, System.String)
    In This Article
    Back to top