Class ModelFormerWithCylinderPrimitivesHelper
Helper methods for ICamIpcModelFormerWithCylinderPrimitives
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class ModelFormerWithCylinderPrimitivesHelper
Methods
AddCylinderAroundGeomModel(ComWrapper<ICamIpcModelFormerWithCylinderPrimitives>)
Add cylinder around geom model
Declaration
public static ComWrapper<ICamIpcCylinderPrimitiveModelItem> AddCylinderAroundGeomModel(this ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> |
AddCylinderAroundJobAssignment(ComWrapper<ICamIpcModelFormerWithCylinderPrimitives>)
Add cylinder around job assignment
Declaration
public static ComWrapper<ICamIpcCylinderPrimitiveModelItem> AddCylinderAroundJobAssignment(this ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> |
AddCylinderAroundPart(ComWrapper<ICamIpcModelFormerWithCylinderPrimitives>)
Add cylinder around part
Declaration
public static ComWrapper<ICamIpcCylinderPrimitiveModelItem> AddCylinderAroundPart(this ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> |
AddCylinderFromCenterPoint(ComWrapper<ICamIpcModelFormerWithCylinderPrimitives>, TCylinderAxisType, TST3DPoint, double, double, double)
Add cylinder from center point
Declaration
public static ComWrapper<ICamIpcCylinderPrimitiveModelItem> AddCylinderFromCenterPoint(this ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> com, TCylinderAxisType axis, TST3DPoint center, double hMin, double hMax, double radius)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> | com | |
| TCylinderAxisType | axis | |
| TST3DPoint | center | |
| double | hMin | |
| double | hMax | |
| double | radius |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> |
AddTubeAroundGeomModel(ComWrapper<ICamIpcModelFormerWithCylinderPrimitives>)
Add tube (cylinder with hole) around geom model
Declaration
public static ComWrapper<ICamIpcCylinderPrimitiveModelItem> AddTubeAroundGeomModel(this ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> |
AddTubeAroundJobAssignment(ComWrapper<ICamIpcModelFormerWithCylinderPrimitives>)
Add tube (cylinder with hole) around job assignment
Declaration
public static ComWrapper<ICamIpcCylinderPrimitiveModelItem> AddTubeAroundJobAssignment(this ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> |
AddTubeAroundPart(ComWrapper<ICamIpcModelFormerWithCylinderPrimitives>)
Add tube (cylinder with hole) around part
Declaration
public static ComWrapper<ICamIpcCylinderPrimitiveModelItem> AddTubeAroundPart(this ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> |
AddTubeFromCenterPoint(ComWrapper<ICamIpcModelFormerWithCylinderPrimitives>, TCylinderAxisType, TST3DPoint, double, double, double, double)
Add tube (cylinder with hole) from center point
Declaration
public static ComWrapper<ICamIpcCylinderPrimitiveModelItem> AddTubeFromCenterPoint(this ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> com, TCylinderAxisType axis, TST3DPoint center, double hMin, double hMax, double radius, double holeRadius)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithCylinderPrimitives> | com | |
| TCylinderAxisType | axis | |
| TST3DPoint | center | |
| double | hMin | |
| double | hMax | |
| double | radius | |
| double | holeRadius |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcCylinderPrimitiveModelItem> |