Class HarmonicDrive
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder
Assembly: VMBldHarmonicDrive.dll
public class HarmonicDrive : IBuilder
Inheritance
Implements
IBuilder
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
HarmonicDrive()
public HarmonicDrive()
Properties
BuildObject
public ObjectBase BuildObject { get; }
Property Value
ObjectBase
InputArray
public string[] InputArray { get; set; }
Property Value
string[]
Methods
Build(Document)
public void Build(Document docToAdd)
Parameters
docToAdd Document
Build(Document, List)
public void Build(Document docToAdd, List<string> lstSetPointKeys)
Parameters
docToAdd Document
lstSetPointKeys Liststring>
Success()
public bool Success()
Returns
Validate(IList)
public bool Validate(IList<string> lstErrorMessage)
Parameters
lstErrorMessage IListstring>