Class GearSetPlanetary
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder.GearTrain
Assembly: VMBldGearTrain.dll
public class GearSetPlanetary : GearSetBase<gearsetplanetary>, IBuilder
Inheritance
object ←
BuilderBase
Implements
IBuilder
Inherited Members
GearSetBase
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
GearSetPlanetary()
public GearSetPlanetary()
Properties
CenterDistance
protected override string[] CenterDistance { get; }
Property Value
string[]
FaceWidth
protected override string[] FaceWidth { get; }
Property Value
string[]
GetName
protected override string GetName { get; }
Property Value
NumberOfGear
protected override int NumberOfGear { get; }
Property Value
NumberOfTeeth
protected override string[] NumberOfTeeth { get; }
Property Value
string[]
ProfileShift
protected override string[] ProfileShift { get; }
Property Value
string[]
Methods
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>