Interface IGearBuilder Last update: 16.07.2025 Namespace: VM.Managed.DAFUL.GearTrain.CAD Assembly: VMDGearTrain.dll Gear builder interface public interface IGearBuilder : IGTBuilder Implements IGTBuilder Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Properties MateAngle Gets or sets the mate angle. double MateAngle { get; set; } Property Value double Position Gets the position. VectorBase Position { get; } Property Value VectorBase