Class ConceptGear
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGear
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 ConceptGear : Gear, IEquatable<APIBase>
Properties
ConceptGearDesign
Declaration
public ConceptGearDesign ConceptGearDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGearDesign |
Orientation
Declaration
public GearOrientations Orientation { get; set; }
Property Value
Type | Description |
---|---|
GearOrientations |
Implements
System.IEquatable<T>