Class SimpleCylinderPrimitiveModelItemHelper
Helper methods for ICamIpcSimpleCylinderPrimitiveModelItem
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class SimpleCylinderPrimitiveModelItemHelper
Methods
GetCenterPoint(ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem>)
Get center point
Declaration
public static TST3DPoint GetCenterPoint(this ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> | com |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetHMax(ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem>)
Get H max
Declaration
public static double GetHMax(this ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> | com |
Returns
| Type | Description |
|---|---|
| double |
GetHMin(ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem>)
Get H min
Declaration
public static double GetHMin(this ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> | com |
Returns
| Type | Description |
|---|---|
| double |
GetRadius(ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem>)
Get radius
Declaration
public static double GetRadius(this ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> | com |
Returns
| Type | Description |
|---|---|
| double |
SetCenterPoint(ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem>, TST3DPoint)
Set center point
Declaration
public static void SetCenterPoint(this ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> com, TST3DPoint value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> | com | |
| TST3DPoint | value |
SetHMax(ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem>, double)
Set H max
Declaration
public static void SetHMax(this ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> | com | |
| double | value |
SetHMin(ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem>, double)
Set H min
Declaration
public static void SetHMin(this ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> | com | |
| double | value |
SetRadius(ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem>, double)
Set radius
Declaration
public static void SetRadius(this ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcSimpleCylinderPrimitiveModelItem> | com | |
| double | value |