Class MicroGeometryInputsProfile
Inheritance
System.Object
MicroGeometryInputsProfile
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MicroGeometryInputsProfile : MicroGeometryInputs<ProfileModificationSegment>, IEquatable<APIBase>
Properties
NumberOfProfileSegments
Declaration
public int NumberOfProfileSegments { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProfileMicroGeometryRange
Measurement: ShortLength
Declaration
public Range ProfileMicroGeometryRange { get; }
Property Value
Type | Description |
---|---|
Range |
ZPlane
Measurement: ShortLength
Declaration
public double ZPlane { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>