Class FlankMicroGeometry
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FlankMicroGeometry
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.MicroGeometry
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class FlankMicroGeometry : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
GearDesign
Declaration
public GearDesign GearDesign { get; }
Property Value
Type | Description |
---|---|
GearDesign |
MicroGeometryInputType
Declaration
public virtual MicroGeometryInputTypes MicroGeometryInputType { get; set; }
Property Value
Type | Description |
---|---|
MicroGeometryInputTypes |
ModificationChart
Declaration
public SMTBitmap ModificationChart { get; }
Property Value
Type | Description |
---|---|
SMT.MastaAPIUtility.Scripting.SMTBitmap |
UserSpecifiedData
Declaration
public UserSpecifiedData UserSpecifiedData { get; }
Property Value
Type | Description |
---|---|
UserSpecifiedData |
Implements
System.IEquatable<T>