Class ConcentricPartGroup
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConcentricPartGroup
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.PartGroups
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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
Measurement: ShortLength
Declaration
public double TotalOfCylindricalGearFaceWidths { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>