Class ProfileModificationSegment
Inheritance
System.Object
ProfileModificationSegment
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ProfileModificationSegment : ModificationSegment, IEquatable<APIBase>
Properties
Diameter
Declaration
public double Diameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RollAngle
Declaration
public double RollAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RollDistance
Declaration
public double RollDistance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
UseISO217712007SlopeSignConvention
Declaration
public bool UseISO217712007SlopeSignConvention { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods