Class CylindricalSetManufacturingConfig
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalSetManufacturingConfig
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalSetManufacturingConfig : GearSetImplementationDetail, IEquatable<APIBase>
Properties
CylindricalGearManufacturingConfigurations
Declaration
public ReadOnlyCollection<CylindricalGearManufacturingConfig> CylindricalGearManufacturingConfigurations { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearManufacturingConfig> |
CylindricalMeshManufacturingConfigurations
Declaration
public ReadOnlyCollection<CylindricalMeshManufacturingConfig> CylindricalMeshManufacturingConfigurations { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalMeshManufacturingConfig> |
Methods
Duplicate()
Declaration
public CylindricalSetManufacturingConfig Duplicate()
Returns
Type | Description |
---|---|
CylindricalSetManufacturingConfig |
Implements
System.IEquatable<T>