Class FaceGearSetMicroGeometry
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearSetMicroGeometry
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Face
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FaceGearSetMicroGeometry : GearSetImplementationDetail, IEquatable<APIBase>
Properties
FaceGearMicroGeometries
Declaration
public ReadOnlyCollection<FaceGearMicroGeometry> FaceGearMicroGeometries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMicroGeometry> |
FaceGearSetDesign
Declaration
public FaceGearSetDesign FaceGearSetDesign { get; }
Property Value
Type | Description |
---|---|
FaceGearSetDesign |
FaceMeshMicroGeometries
Declaration
public ReadOnlyCollection<FaceGearMeshMicroGeometry> FaceMeshMicroGeometries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMeshMicroGeometry> |
Methods
Duplicate()
Declaration
public FaceGearSetMicroGeometry Duplicate()
Returns
Type | Description |
---|---|
FaceGearSetMicroGeometry |
Implements
System.IEquatable<T>