Class DocCreateCarAnalysisInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The car analysis document create information
public class DocCreateCarAnalysisInfo : DocFromTemplateInfo
Inheritance
object ← DocCreateInfo ← DocFromTemplateInfo ← DocCreateCarAnalysisInfo
Derived
DocCreateFullCarAnalysisInfoExceptWheel, DocCreateHalfCarAnalysisInfo, DocCreateTireTestrigAnalysisInfo
Inherited Members
DocFromTemplateInfo.TemplatePath, DocCreateInfo.ModeChangeOperation, DocCreateInfo.ActiveMode, DocCreateInfo.KernelLengthUnit, DocCreateInfo.Unit, DocCreateInfo.DocumentName
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DocCreateCarAnalysisInfo()
public DocCreateCarAnalysisInfo()
Properties
GravityX
Gets or sets the X coordinate of gravity.
public double GravityX { get; set; }
Property Value
GravityY
Gets or sets the gravity Y coordinate of gravity.
public double GravityY { get; set; }
Property Value
GravityZ
Gets or sets the gravity Z coordinate of gravity.
public double GravityZ { get; set; }
Property Value
IconSize
Gets or sets the icon size.
public double IconSize { get; set; }
Property Value
IncrementTime
Gets or sets the increment time.
public double IncrementTime { get; set; }
Property Value
UseIncrementTime
Gets or sets the use increment time.
public bool UseIncrementTime { get; set; }