This enum gives the type of extension used in offset curve.
Public Enum OffsetCurveExtensionType Fillet Chamfer Extend End Enum
public enum OffsetCurveExtensionType { Fillet, Chamfer, Extend }
Members |
Description |
Fillet |
Fillet type curve extension. |
Chamfer |
Chamfer type curve extension. |
Extend |
Extend type curve extension. |
Comments? |