Class MeshAlignment
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MeshAlignment
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical.MicroGeometry
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MeshAlignment : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
GearAAlignment
Declaration
public GearAlignment GearAAlignment { get; }
Property Value
Type | Description |
---|---|
GearAlignment |
GearBAlignment
Declaration
public GearAlignment GearBAlignment { get; }
Property Value
Type | Description |
---|---|
GearAlignment |
Implements
System.IEquatable<T>