Class DocCreateFullCarAnalysisInfoExceptWheel
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The full car analysis document create information except wheel
public abstract class DocCreateFullCarAnalysisInfoExceptWheel : DocCreateCarAnalysisInfo
Inheritance
object ← DocCreateInfo ← DocFromTemplateInfo ← DocCreateCarAnalysisInfo ← DocCreateFullCarAnalysisInfoExceptWheel
Derived
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
DocCreateFullCarAnalysisInfoExceptWheel()
protected DocCreateFullCarAnalysisInfoExceptWheel()
Properties
AssemblyPath
Gets or sets the assembly path.
public string AssemblyPath { get; set; }
Property Value
BodyPath
Gets or sets the body path.
public string BodyPath { get; set; }
Property Value
BrakePath
Gets or sets the break path.
public string BrakePath { get; set; }
Property Value
FrontSuspensionPath
Gets or sets the front suspension path.
public string FrontSuspensionPath { get; set; }
Property Value
IsBreak
Gets or sets a value indicating whether document has break or not.
public bool IsBreak { 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
IsPowerTrain
Gets or sets a value indicating whether document has powertrain or not.
public bool IsPowerTrain { get; set; }
Property Value
OtherPath
Gets or sets the other path.
public string OtherPath { get; set; }
Property Value
PowerTrainPath
Gets or sets the powertrain path.
public string PowerTrainPath { get; set; }
Property Value
RearSuspensionPath
Gets or sets the rear suspension path.
public string RearSuspensionPath { get; set; }
Property Value
SteeringPath
Gets or sets the steering path.
public string SteeringPath { get; set; }
Property Value
TestRigPath
Gets or sets the test rig path.
public string TestRigPath { get; set; }