Class GearSetBase<T\>
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder.GearTrain
Assembly: VMBldGearTrain.dll
public abstract class GearSetBase<t> : OpenDesigner<t>, IBuilder where T : ObjectBase, new()
Type Parameters
T
Inheritance
object ←
BuilderBase
Implements
IBuilder
Inherited Members
OpenDesigner
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
GearSetBase()
protected GearSetBase()
Fields
m_bUseAdvanced
protected bool m_bUseAdvanced
Field Value
m_bUseKissSoftInterface
protected bool m_bUseKissSoftInterface
Field Value
Properties
CenterDistance
protected virtual string[] CenterDistance { get; }
Property Value
string[]
Color
public string Color { get; set; }
Property Value
FaceWidth
protected virtual string[] FaceWidth { get; }
Property Value
string[]
GetName
protected virtual string GetName { get; }
Property Value
InputArray
public string[] InputArray { get; set; }
Property Value
string[]
NumberOfGear
protected virtual int NumberOfGear { get; }
Property Value
NumberOfTeeth
protected virtual string[] NumberOfTeeth { get; }
Property Value
string[]
ProfileShift
protected virtual string[] ProfileShift { get; }
Property Value
string[]
Methods
OnPostAddDoc(ObjectBase)
protected override void OnPostAddDoc(ObjectBase ob)
Parameters
ob ObjectBase
OnPostBuild(ObjectBase, Document)
protected override bool OnPostBuild(ObjectBase obCreated, Document doc)
Parameters
obCreated ObjectBase
doc Document
Returns
Validate(IList)
public override bool Validate(IList<string> lstErrorMessage)
Parameters
lstErrorMessage IListstring>