Class CylindricalGearDesignConstraints
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearDesignConstraints
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearDesignConstraints : NamedDatabaseItem, IEquatable<APIBase>
Properties
DesignConstraints
Declaration
public ReadOnlyCollection<CylindricalGearDesignConstraint> DesignConstraints { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearDesignConstraint> |
Implements
System.IEquatable<T>