Class FaceGearMeshMicroGeometry
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearMeshMicroGeometry
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 FaceGearMeshMicroGeometry : GearMeshImplementationDetail, IEquatable<APIBase>
Properties
FaceGearMicroGeometries
Declaration
public ReadOnlyCollection<FaceGearMicroGeometry> FaceGearMicroGeometries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMicroGeometry> |
FaceGearSetMicroGeometry
Declaration
public FaceGearSetMicroGeometry FaceGearSetMicroGeometry { get; }
Property Value
Type | Description |
---|---|
FaceGearSetMicroGeometry |
FaceMesh
Declaration
public FaceGearMeshDesign FaceMesh { get; }
Property Value
Type | Description |
---|---|
FaceGearMeshDesign |
Implements
System.IEquatable<T>