Class ModelFormerWithSolidHelper
Helper methods for ICamIpcModelFormerWithSolid
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class ModelFormerWithSolidHelper
Methods
AddSolidSelected(ComWrapper<ICamIpcModelFormerWithSolid>, double, double, double, bool)
Sew the currently selected faces into one solid and add it to the workpiece former. Defaults match the workpiece-toolbar "Faces" quick-add path: tolerance 0.1, no stock, no bottom clip.
Declaration
public static ComWrapper<ICamIpcListModelItem> AddSolidSelected(this ComWrapper<ICamIpcModelFormerWithSolid> com, double sewTolerance = 0.1, double stock = 0, double bottomLevel = 0, bool useBottomLevel = false)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithSolid> | com | |
| double | sewTolerance | |
| double | stock | |
| double | bottomLevel | |
| bool | useBottomLevel |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcListModelItem> |