Class LMCMSSOptions
Options for calculating leaf motions using the non-Varian MSS Leaf Motion Calculator (LMCMSS) algorithm.
Inheritance
System.Object
LMCMSSOptions
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 LMCMSSOptions
Constructors
LMCMSSOptions(Int32)
Constructor.
Declaration
public LMCMSSOptions(int numberOfIterations)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfIterations | The number of calculation iterations. |
Properties
NumberOfIterations
The number of calculation iterations.
Declaration
public int NumberOfIterations { get; }
Property Value
Type | Description |
---|---|
System.Int32 |