Interface IAptBased
Interface for APT-based objects.
public interface IAptBased : IGetGeneralApt, IAbstractNote, IGetDiameter, IGetFluteHeight, IExpandToBox3d, IMakeXmlSource, IDuplicate
- Inherited Members
- Extension Methods
Properties
Diameter_mm
Diameter in mm.
double Diameter_mm { get; set; }
Property Value
FluteHeight_mm
Height of flute.
double FluteHeight_mm { get; set; }
Property Value
Methods
ClearCache()
Clears the internal cache.
void ClearCache()