Class CylinderPrimitiveModelItemHelper
Helper methods for ICamIpcCylinderPrimitiveModelItem
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class CylinderPrimitiveModelItemHelper
Methods
GetAxis(ComWrapper<ICamIpcCylinderPrimitiveModelItem>)
Get axis
Declaration
public static TCylinderAxisType GetAxis(this ComWrapper<ICamIpcCylinderPrimitiveModelItem> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> | com |
Returns
| Type | Description |
|---|---|
| TCylinderAxisType |
GetCenterIsCenterOfBox(ComWrapper<ICamIpcCylinderPrimitiveModelItem>)
Get center is center of box
Declaration
public static bool GetCenterIsCenterOfBox(this ComWrapper<ICamIpcCylinderPrimitiveModelItem> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> | com |
Returns
| Type | Description |
|---|---|
| bool |
GetHMaxStock(ComWrapper<ICamIpcCylinderPrimitiveModelItem>)
Get H max stock
Declaration
public static double GetHMaxStock(this ComWrapper<ICamIpcCylinderPrimitiveModelItem> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> | com |
Returns
| Type | Description |
|---|---|
| double |
GetHMinStock(ComWrapper<ICamIpcCylinderPrimitiveModelItem>)
Get H min stock
Declaration
public static double GetHMinStock(this ComWrapper<ICamIpcCylinderPrimitiveModelItem> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> | com |
Returns
| Type | Description |
|---|---|
| double |
GetRadStock(ComWrapper<ICamIpcCylinderPrimitiveModelItem>)
Get rad stock
Declaration
public static double GetRadStock(this ComWrapper<ICamIpcCylinderPrimitiveModelItem> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> | com |
Returns
| Type | Description |
|---|---|
| double |
GetRadius(ComWrapper<ICamIpcCylinderPrimitiveModelItem>)
Get radius
Declaration
public static double GetRadius(this ComWrapper<ICamIpcCylinderPrimitiveModelItem> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> | com |
Returns
| Type | Description |
|---|---|
| double |
SetAxis(ComWrapper<ICamIpcCylinderPrimitiveModelItem>, TCylinderAxisType)
Set axis
Declaration
public static void SetAxis(this ComWrapper<ICamIpcCylinderPrimitiveModelItem> com, TCylinderAxisType value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> | com | |
| TCylinderAxisType | value |
SetCenterIsCenterOfBox(ComWrapper<ICamIpcCylinderPrimitiveModelItem>, bool)
Set center is center of box
Declaration
public static void SetCenterIsCenterOfBox(this ComWrapper<ICamIpcCylinderPrimitiveModelItem> com, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> | com | |
| bool | value |
SetHMaxStock(ComWrapper<ICamIpcCylinderPrimitiveModelItem>, double)
Set H max stock
Declaration
public static void SetHMaxStock(this ComWrapper<ICamIpcCylinderPrimitiveModelItem> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> | com | |
| double | value |
SetHMinStock(ComWrapper<ICamIpcCylinderPrimitiveModelItem>, double)
Set H min stock
Declaration
public static void SetHMinStock(this ComWrapper<ICamIpcCylinderPrimitiveModelItem> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> | com | |
| double | value |
SetRadStock(ComWrapper<ICamIpcCylinderPrimitiveModelItem>, double)
Set rad stock
Declaration
public static void SetRadStock(this ComWrapper<ICamIpcCylinderPrimitiveModelItem> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> | com | |
| double | value |