Class DocCreateHalfCarAnalysisInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The half car analysis document create information
public class DocCreateHalfCarAnalysisInfo : DocCreateCarAnalysisInfo
Inheritance
object ← DocCreateInfo ← DocFromTemplateInfo ← DocCreateCarAnalysisInfo ← DocCreateHalfCarAnalysisInfo
Inherited Members
DocCreateCarAnalysisInfo.GravityX, DocCreateCarAnalysisInfo.GravityY, DocCreateCarAnalysisInfo.GravityZ, DocCreateCarAnalysisInfo.IconSize, DocCreateCarAnalysisInfo.IncrementTime, DocCreateCarAnalysisInfo.UseIncrementTime, 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
DocCreateHalfCarAnalysisInfo()
public DocCreateHalfCarAnalysisInfo()
Properties
AssemblyPath
Gets or sets the assembly path.
public string AssemblyPath { get; set; }
Property Value
IsOther
Gets or sets a value indicating whether document has other subsystem or not.
public bool IsOther { get; set; }
Property Value
IsSteering
Gets or sets a value indicating whether document has steering or not.
public bool IsSteering { get; set; }
Property Value
OtherPath
Gets or sets the other path.
public string OtherPath { get; set; }
Property Value
SteeringPath
Gets or sets the steering path.
public string SteeringPath { get; set; }
Property Value
SuspensionPath
Gets or sets the suspension path.
public string SuspensionPath { get; set; }
Property Value
TestRigPath
Gets or sets the test rig path.
public string TestRigPath { get; set; }