Class SmartLMCOptions
Options for calculating leaf motions using the Varian Smart LMC algorithm.
Inheritance
System.Object
SmartLMCOptions
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 SmartLMCOptions
Constructors
SmartLMCOptions(Boolean, Boolean)
Constructor.
Declaration
public SmartLMCOptions(bool fixedFieldBorders, bool jawTracking)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | fixedFieldBorders | Use the Fixed field borders option. See details in Eclipse Photon and Electron Algorithms Reference Guide. |
System.Boolean | jawTracking | Use the Jaw tracking option. See details in Eclipse Photon and Electron Algorithms Reference Guide. |
Properties
FixedFieldBorders
Use the Fixed field borders option. See details in Eclipse Photon and Electron Algorithms Reference Guide.
Declaration
public bool FixedFieldBorders { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
JawTracking
Use the Jaw tracking option. See details in Eclipse Photon and Electron Algorithms Reference Guide.
Declaration
public bool JawTracking { get; }
Property Value
Type | Description |
---|---|
System.Boolean |