Class SimpleCylinderPrimitiveModelItem
Helper methods for ICamApiSimpleCylinderPrimitiveModelItem
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class SimpleCylinderPrimitiveModelItem
Methods
GetCenterPoint(ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem>)
Declaration
public static TST3DPoint GetCenterPoint(this ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> simpleCylPrimitiveCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> | simpleCylPrimitiveCom |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetHMax(ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem>)
Declaration
public static double GetHMax(this ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> simpleCylPrimitiveCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> | simpleCylPrimitiveCom |
Returns
| Type | Description |
|---|---|
| double |
GetHMin(ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem>)
Declaration
public static double GetHMin(this ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> simpleCylPrimitiveCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> | simpleCylPrimitiveCom |
Returns
| Type | Description |
|---|---|
| double |
GetRadius(ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem>)
Declaration
public static double GetRadius(this ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> simpleCylPrimitiveCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> | simpleCylPrimitiveCom |
Returns
| Type | Description |
|---|---|
| double |
SetCenterPoint(ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem>, TST3DPoint)
Declaration
public static void SetCenterPoint(this ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> simpleCylPrimitiveCom, TST3DPoint point)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> | simpleCylPrimitiveCom | |
| TST3DPoint | point |
SetHMax(ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem>, double)
Declaration
public static void SetHMax(this ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> simpleCylPrimitiveCom, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> | simpleCylPrimitiveCom | |
| double | value |
SetHMin(ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem>, double)
Declaration
public static void SetHMin(this ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> simpleCylPrimitiveCom, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> | simpleCylPrimitiveCom | |
| double | value |
SetRadius(ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem>, double)
Declaration
public static void SetRadius(this ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> simpleCylPrimitiveCom, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiSimpleCylinderPrimitiveModelItem> | simpleCylPrimitiveCom | |
| double | value |