Class ShaftProfileFromImport
Inheritance
System.Object
ShaftProfileFromImport
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShaftProfileFromImport : ProfileFromImport, IEquatable<APIBase>
Properties
InnerDiameter
Declaration
public double InnerDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
Length
Declaration
public double Length { get; }
Property Value
Type |
Description |
System.Double |
|
Moniker
Declaration
public string Moniker { get; }
Property Value
Type |
Description |
System.String |
|
OuterDiameter
Declaration
public double OuterDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
ProfileLoops
Declaration
public ReadOnlyCollection<ShaftProfileLoop> ProfileLoops { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<ShaftProfileLoop> |
|
WindowName
Declaration
public string WindowName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public void UpdateProfileForMASTA()
Implements
System.IEquatable<T>
Extension Methods