Class CylindricalMeshManufacturingConfig
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalMeshManufacturingConfig
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 CylindricalMeshManufacturingConfig : GearMeshImplementationDetail, IEquatable<APIBase>
Properties
GearAAsManufactured
Declaration
public ReadOnlyCollection<CutterSimulationCalc> GearAAsManufactured { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CutterSimulationCalc> |
GearBAsManufactured
Declaration
public ReadOnlyCollection<CutterSimulationCalc> GearBAsManufactured { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CutterSimulationCalc> |
MeshedGearAAsManufactured
As mated with Gear B manufactured for rating
Declaration
public ReadOnlyCollection<CylindricalManufacturedRealGearInMesh> MeshedGearAAsManufactured { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalManufacturedRealGearInMesh> |
MeshedGearAAsManufacturedVirtual
As mated with Gear B manufactured for rating
Declaration
public ReadOnlyCollection<CylindricalManufacturedVirtualGearInMesh> MeshedGearAAsManufacturedVirtual { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalManufacturedVirtualGearInMesh> |
MeshedGearBAsManufactured
As mated with Gear A manufactured for rating
Declaration
public ReadOnlyCollection<CylindricalManufacturedRealGearInMesh> MeshedGearBAsManufactured { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalManufacturedRealGearInMesh> |
MeshedGearBAsManufacturedVirtual
As mated with Gear A manufactured for rating
Declaration
public ReadOnlyCollection<CylindricalManufacturedVirtualGearInMesh> MeshedGearBAsManufacturedVirtual { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalManufacturedVirtualGearInMesh> |
Implements
System.IEquatable<T>