Class ModelFormerWithHolesHelper
Inheritance
ModelFormerWithHolesHelper
Assembly: CAMIPC.DotnetHelper.dll
public static class ModelFormerWithHolesHelper
Methods
Adds hole(s) to the former from a recognized hole feature.
For a simple ICamIpcHoleFeature, creates one hole item.
For an ICamIpcComplexHoleFeature, creates one item per step.
Preserves the base cylindrical/conical face from recognition.
Declaration
public static ComWrapper<ICamIpcListModelItem> AddHoleFromFeature(this ComWrapper<ICamIpcModelFormerWithHoles> com, ComWrapper<ICamIpcFeature> featureCom)
Parameters
Returns
Add selected holes to the model former
Declaration
public static ComWrapper<ICamIpcListModelItem> AddHolesSelected(this ComWrapper<ICamIpcModelFormerWithHoles> com)
Parameters
Returns
Create a new hole with the given coordinate system and diameter
Declaration
public static ComWrapper<ICamIpcHoleModelItem> CreateNewHole(this ComWrapper<ICamIpcModelFormerWithHoles> com, TST3DMatrix holeLCS, double diameter)
Parameters
Returns