Class CylinderPrimitiveModelItem
Helper methods for ICamApiCylinderPrimitiveModelItem
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class CylinderPrimitiveModelItem
Methods
GetAxis(ComWrapper<ICamApiCylinderPrimitiveModelItem>)
Declaration
public static TCylinderAxisType GetAxis(this ComWrapper<ICamApiCylinderPrimitiveModelItem> cylPrimitiveCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> | cylPrimitiveCom |
Returns
| Type | Description |
|---|---|
| TCylinderAxisType |
GetCenterIsCenterOfBox(ComWrapper<ICamApiCylinderPrimitiveModelItem>)
Declaration
public static bool GetCenterIsCenterOfBox(this ComWrapper<ICamApiCylinderPrimitiveModelItem> cylPrimitiveCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> | cylPrimitiveCom |
Returns
| Type | Description |
|---|---|
| bool |
GetHMaxStock(ComWrapper<ICamApiCylinderPrimitiveModelItem>)
Declaration
public static double GetHMaxStock(this ComWrapper<ICamApiCylinderPrimitiveModelItem> cylPrimitiveCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> | cylPrimitiveCom |
Returns
| Type | Description |
|---|---|
| double |
GetHMinStock(ComWrapper<ICamApiCylinderPrimitiveModelItem>)
Declaration
public static double GetHMinStock(this ComWrapper<ICamApiCylinderPrimitiveModelItem> cylPrimitiveCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> | cylPrimitiveCom |
Returns
| Type | Description |
|---|---|
| double |
GetRadStock(ComWrapper<ICamApiCylinderPrimitiveModelItem>)
Declaration
public static double GetRadStock(this ComWrapper<ICamApiCylinderPrimitiveModelItem> cylPrimitiveCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> | cylPrimitiveCom |
Returns
| Type | Description |
|---|---|
| double |
GetRadius(ComWrapper<ICamApiCylinderPrimitiveModelItem>)
Declaration
public static double GetRadius(this ComWrapper<ICamApiCylinderPrimitiveModelItem> cylPrimitiveCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> | cylPrimitiveCom |
Returns
| Type | Description |
|---|---|
| double |
SetAxis(ComWrapper<ICamApiCylinderPrimitiveModelItem>, TCylinderAxisType)
Declaration
public static void SetAxis(this ComWrapper<ICamApiCylinderPrimitiveModelItem> cylPrimitiveCom, TCylinderAxisType axisType)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> | cylPrimitiveCom | |
| TCylinderAxisType | axisType |
SetCenterIsCenterOfBox(ComWrapper<ICamApiCylinderPrimitiveModelItem>, bool)
Declaration
public static void SetCenterIsCenterOfBox(this ComWrapper<ICamApiCylinderPrimitiveModelItem> cylPrimitiveCom, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> | cylPrimitiveCom | |
| bool | value |
SetHMaxStock(ComWrapper<ICamApiCylinderPrimitiveModelItem>, double)
Declaration
public static void SetHMaxStock(this ComWrapper<ICamApiCylinderPrimitiveModelItem> cylPrimitiveCom, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> | cylPrimitiveCom | |
| double | value |
SetHMinStock(ComWrapper<ICamApiCylinderPrimitiveModelItem>, double)
Declaration
public static void SetHMinStock(this ComWrapper<ICamApiCylinderPrimitiveModelItem> cylPrimitiveCom, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> | cylPrimitiveCom | |
| double | value |
SetRadStock(ComWrapper<ICamApiCylinderPrimitiveModelItem>, double)
Declaration
public static void SetRadStock(this ComWrapper<ICamApiCylinderPrimitiveModelItem> cylPrimitiveCom, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> | cylPrimitiveCom | |
| double | value |