Class ModelFormerWithCylinderPrimitivesHelper
Helper methods for ICamApiModelFormerWithCylinderPrimitives
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ModelFormerWithCylinderPrimitivesHelper
Methods
AddCylinderAroundGeomModel(ComWrapper<ICamApiModelFormerWithCylinderPrimitives>)
Declaration
public static ComWrapper<ICamApiCylinderPrimitiveModelItem> AddCylinderAroundGeomModel(this ComWrapper<ICamApiModelFormerWithCylinderPrimitives> modelFormerWithCylinderPrimitivesCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithCylinderPrimitives> | modelFormerWithCylinderPrimitivesCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> |
AddCylinderAroundJobAssignment(ComWrapper<ICamApiModelFormerWithCylinderPrimitives>)
Declaration
public static ComWrapper<ICamApiCylinderPrimitiveModelItem> AddCylinderAroundJobAssignment(this ComWrapper<ICamApiModelFormerWithCylinderPrimitives> modelFormerWithCylinderPrimitivesCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithCylinderPrimitives> | modelFormerWithCylinderPrimitivesCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> |
AddCylinderAroundPart(ComWrapper<ICamApiModelFormerWithCylinderPrimitives>)
Declaration
public static ComWrapper<ICamApiCylinderPrimitiveModelItem> AddCylinderAroundPart(this ComWrapper<ICamApiModelFormerWithCylinderPrimitives> modelFormerWithCylinderPrimitivesCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithCylinderPrimitives> | modelFormerWithCylinderPrimitivesCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> |
AddCylinderFromCenterPoint(ComWrapper<ICamApiModelFormerWithCylinderPrimitives>, TCylinderAxisType, TST3DPoint, double, double, double)
Declaration
public static ComWrapper<ICamApiCylinderPrimitiveModelItem> AddCylinderFromCenterPoint(this ComWrapper<ICamApiModelFormerWithCylinderPrimitives> modelFormerWithCylinderPrimitivesCom, TCylinderAxisType axis, TST3DPoint center, double hMin, double hMax, double radius)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithCylinderPrimitives> | modelFormerWithCylinderPrimitivesCom | |
| TCylinderAxisType | axis | |
| TST3DPoint | center | |
| double | hMin | |
| double | hMax | |
| double | radius |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> |
AddTubeAroundGeomModel(ComWrapper<ICamApiModelFormerWithCylinderPrimitives>)
Declaration
public static ComWrapper<ICamApiCylinderPrimitiveModelItem> AddTubeAroundGeomModel(this ComWrapper<ICamApiModelFormerWithCylinderPrimitives> modelFormerWithCylinderPrimitivesCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithCylinderPrimitives> | modelFormerWithCylinderPrimitivesCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> |
AddTubeAroundJobAssignment(ComWrapper<ICamApiModelFormerWithCylinderPrimitives>)
Declaration
public static ComWrapper<ICamApiCylinderPrimitiveModelItem> AddTubeAroundJobAssignment(this ComWrapper<ICamApiModelFormerWithCylinderPrimitives> modelFormerWithCylinderPrimitivesCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithCylinderPrimitives> | modelFormerWithCylinderPrimitivesCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> |
AddTubeAroundPart(ComWrapper<ICamApiModelFormerWithCylinderPrimitives>)
Declaration
public static ComWrapper<ICamApiCylinderPrimitiveModelItem> AddTubeAroundPart(this ComWrapper<ICamApiModelFormerWithCylinderPrimitives> modelFormerWithCylinderPrimitivesCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithCylinderPrimitives> | modelFormerWithCylinderPrimitivesCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> |
AddTubeFromCenterPoint(ComWrapper<ICamApiModelFormerWithCylinderPrimitives>, TCylinderAxisType, TST3DPoint, double, double, double, double)
Declaration
public static ComWrapper<ICamApiCylinderPrimitiveModelItem> AddTubeFromCenterPoint(this ComWrapper<ICamApiModelFormerWithCylinderPrimitives> modelFormerWithCylinderPrimitivesCom, TCylinderAxisType axis, TST3DPoint center, double hMin, double hMax, double radius, double holeRadius)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithCylinderPrimitives> | modelFormerWithCylinderPrimitivesCom | |
| TCylinderAxisType | axis | |
| TST3DPoint | center | |
| double | hMin | |
| double | hMax | |
| double | radius | |
| double | holeRadius |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiCylinderPrimitiveModelItem> |
AsWithCylinderPrimitives(ComWrapper<ICamApiModelFormer>)
Declaration
public static ComWrapper<ICamApiModelFormerWithCylinderPrimitives> AsWithCylinderPrimitives(this ComWrapper<ICamApiModelFormer> mfCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormer> | mfCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiModelFormerWithCylinderPrimitives> |