Class ZerolBevelGearSet
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ZerolBevelGearSet
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 ZerolBevelGearSet : BevelGearSet, IEquatable<APIBase>
Properties
ZerolBevelGears
Declaration
public ReadOnlyCollection<ZerolBevelGear> ZerolBevelGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGear> |
ZerolBevelGearSetDesign
Declaration
public ZerolBevelGearSetDesign ZerolBevelGearSetDesign { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSetDesign |
ZerolBevelMeshes
Declaration
public ReadOnlyCollection<ZerolBevelGearMesh> ZerolBevelMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearMesh> |
Implements
System.IEquatable<T>