Class PropertyMotorEMForce.UNVFile
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain.Force
Assembly: VMDGearTrain.dll
This class is to represent the unv file.
public class PropertyMotorEMForce.UNVFile
Inheritance
object ← PropertyMotorEMForce.UNVFile
Derived
PropertyMotorEMForce.UNVFileWithRPM
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
UNVFile()
Initializes a new instance of the
public UNVFile()
UNVFile(string, string)
Initializes a new instance of the
public UNVFile(string strStatorPath, string strRotorPath)
Parameters
strStatorPath string
The stator path.
strRotorPath string
The rotor path.
Properties
RotorPath
Gets or sets the rotor path.
public string RotorPath { get; set; }
Property Value
StatorPath
Gets or sets the stator path.
public string StatorPath { get; set; }