Class ModelFormerWithChamferFacesHelper
Inheritance
ModelFormerWithChamferFacesHelper
Assembly: CAMIPC.DotnetHelper.dll
public static class ModelFormerWithChamferFacesHelper
Methods
Add selected chamfer faces to the model former
Declaration
public static ComWrapper<ICamIpcListModelItem> AddChamferFacesSelected(this ComWrapper<ICamIpcModelFormerWithChamferFaces> com)
Parameters
Returns
Automatically detect chamfer candidates (sharp edges, CAD chamfers, fillets)
in the current scene geometry. Equivalent of the "Recognize" button in the
Chamfering UI. Requires a TSTConicalTool set on the operation; clears any
existing chamfer items before populating detected ones. Only meaningful for
the Chamfering (ChamferingMillOp) operation.
Declaration
public static ComWrapper<ICamIpcListModelItem> RecognizeChamfers(this ComWrapper<ICamIpcModelFormerWithChamferFaces> com)
Parameters
Returns