Class MicroGeometryInputsProfile
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MicroGeometryInputsProfile
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MicroGeometryInputsProfile : MicroGeometryInputs<ProfileModificationSegment>, IEquatable<APIBase>
Properties
NumberOfProfileSegments
Declaration
public virtual int NumberOfProfileSegments { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProfileMicroGeometryRange
Measurement: ShortLength
Declaration
public virtual 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>