Class FaceGearSet
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearSet
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FaceGearSet : GearSet, IEquatable<APIBase>
Properties
FaceGears
Declaration
public ReadOnlyCollection<FaceGear> FaceGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGear> |
FaceGearSetDesign
Declaration
public FaceGearSetDesign FaceGearSetDesign { get; }
Property Value
Type | Description |
---|---|
FaceGearSetDesign |
FaceMeshes
Declaration
public ReadOnlyCollection<FaceGearMesh> FaceMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMesh> |
Implements
System.IEquatable<T>