Class Geom25DModelItemHelper
Helper methods for ICamApiGeom25DModelItem
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class Geom25DModelItemHelper
Methods
ALevel(ComWrapper<ICamApiGeom25DModelItem>)
Declaration
public static bool ALevel(this ComWrapper<ICamApiGeom25DModelItem> itemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom |
Returns
| Type | Description |
|---|---|
| bool |
Bound(ComWrapper<ICamApiGeom25DModelItem>)
Declaration
public static bool Bound(this ComWrapper<ICamApiGeom25DModelItem> itemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom |
Returns
| Type | Description |
|---|---|
| bool |
Chamfer(ComWrapper<ICamApiGeom25DModelItem>)
Declaration
public static bool Chamfer(this ComWrapper<ICamApiGeom25DModelItem> itemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom |
Returns
| Type | Description |
|---|---|
| bool |
Cover(ComWrapper<ICamApiGeom25DModelItem>)
Declaration
public static bool Cover(this ComWrapper<ICamApiGeom25DModelItem> itemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom |
Returns
| Type | Description |
|---|---|
| bool |
Inside(ComWrapper<ICamApiGeom25DModelItem>)
Declaration
public static bool Inside(this ComWrapper<ICamApiGeom25DModelItem> itemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom |
Returns
| Type | Description |
|---|---|
| bool |
Level(ComWrapper<ICamApiGeom25DModelItem>)
Declaration
public static double Level(this ComWrapper<ICamApiGeom25DModelItem> itemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom |
Returns
| Type | Description |
|---|---|
| double |
ProfMode(ComWrapper<ICamApiGeom25DModelItem>)
Declaration
public static TModelFormerGeom25DProfileMode ProfMode(this ComWrapper<ICamApiGeom25DModelItem> itemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom |
Returns
| Type | Description |
|---|---|
| TModelFormerGeom25DProfileMode |
SetALevel(ComWrapper<ICamApiGeom25DModelItem>, bool)
Declaration
public static void SetALevel(this ComWrapper<ICamApiGeom25DModelItem> itemCom, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom | |
| bool | value |
SetBound(ComWrapper<ICamApiGeom25DModelItem>, bool)
Declaration
public static void SetBound(this ComWrapper<ICamApiGeom25DModelItem> itemCom, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom | |
| bool | value |
SetChamfer(ComWrapper<ICamApiGeom25DModelItem>, bool)
Declaration
public static void SetChamfer(this ComWrapper<ICamApiGeom25DModelItem> itemCom, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom | |
| bool | value |
SetCover(ComWrapper<ICamApiGeom25DModelItem>, bool)
Declaration
public static void SetCover(this ComWrapper<ICamApiGeom25DModelItem> itemCom, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom | |
| bool | value |
SetInside(ComWrapper<ICamApiGeom25DModelItem>, bool)
Declaration
public static void SetInside(this ComWrapper<ICamApiGeom25DModelItem> itemCom, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom | |
| bool | value |
SetLevel(ComWrapper<ICamApiGeom25DModelItem>, double)
Declaration
public static void SetLevel(this ComWrapper<ICamApiGeom25DModelItem> itemCom, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom | |
| double | value |
SetProfMode(ComWrapper<ICamApiGeom25DModelItem>, TModelFormerGeom25DProfileMode)
Declaration
public static void SetProfMode(this ComWrapper<ICamApiGeom25DModelItem> itemCom, TModelFormerGeom25DProfileMode value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGeom25DModelItem> | itemCom | |
| TModelFormerGeom25DProfileMode | value |