Class ConcentricPartGroup
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.PartGroups
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConcentricPartGroup : ConcentricOrParallelPartGroup, IEquatable<APIBase>
Properties
ParallelGroups
Declaration
public ReadOnlyCollection<ConcentricPartGroupParallelToThis> ParallelGroups { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConcentricPartGroupParallelToThis> |
RadialPosition
Declaration
public Vector2D RadialPosition { get; set; }
Property Value
Type | Description |
---|---|
Vector2D |
TotalOfCylindricalGearFaceWidths
This is the total of the face widths of all cylindrical gears in this concentric part group. For planetary gear sets, which are considered concentric in this context, only the width of the widest gear is considered.
Measurement: ShortLength
Declaration
public double TotalOfCylindricalGearFaceWidths { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>