Class ProfileModificationSegment
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ProfileModificationSegment
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 ProfileModificationSegment : ModificationSegment, IEquatable<APIBase>
Properties
Diameter
Measurement: ShortLength
Declaration
public double Diameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RollAngle
Measurement: Angle
Declaration
public double RollAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RollDistance
Measurement: ShortLength
Declaration
public double RollDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UseISO217712007SlopeSignConvention
ISO 21771 defines a positive slope as removal of material increasing towards the tooth tip.
Declaration
public bool UseISO217712007SlopeSignConvention { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>