Class CylindricalGearFEModel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearFEModel
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.FEModel.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearFEModel : GearFEModel, IEquatable<APIBase>
Properties
ThicknessForAnalyses
Declaration
public ListWithSelectedItem<string> ThicknessForAnalyses { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.String> |
UseSpecifiedWeb
Declaration
public bool UseSpecifiedWeb { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>