Interface ICamApiLatheCycleShapeThread
Shape-threading cycle (XML: TLatheShapeThreadCycle92 and
TExpandedLatheShapeThreadCycle). Available via QueryInterface on
the ActiveCycle object of ICamApiCommonShapeThreadingModelItem for
both sctct* cycle types. The same object also exposes
ICamApiLatheCycleCommon and ICamApiLatheCycleLeads via QI.
Shape-thread cycles have no ThreadSequence — the groove shape is
defined by the paired TLatheShapeThreadProfileCore model item.
At least one of Roughing.Enabled or Finishing.Enabled must be true;
setting both to false is an XML error condition.
Assembly: CAMAPI.ModelFormerLatheTypes.dll
[Guid("B36EFED5-07D7-4E92-9C20-26290FCC9414")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiLatheCycleShapeThread
Properties
Declaration
double ClearanceStock { get; set; }
Property Value
Declaration
TLatheShapeFinishing Finishing { get; set; }
Property Value
Declaration
TLatheShapeRoughing Roughing { get; set; }
Property Value
Declaration
TLatheShapeThreadForm ThreadForm { get; set; }
Property Value