Class ModelFormerWithBoxPrimitivesHelper
Helper methods for ICamApiModelFormerWithBoxPrimitives
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ModelFormerWithBoxPrimitivesHelper
Methods
AddBox(ComWrapper<ICamApiModelFormerWithBoxPrimitives>)
Declaration
[Obsolete("Use AddBoxAroundGeomModel instead.")]
public static ComWrapper<ICamApiBoxPrimitiveModelItem> AddBox(this ComWrapper<ICamApiModelFormerWithBoxPrimitives> modelFormerWithBoxPrimitives)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithBoxPrimitives> | modelFormerWithBoxPrimitives |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiBoxPrimitiveModelItem> |
AddBoxAroundGeomModel(ComWrapper<ICamApiModelFormerWithBoxPrimitives>)
Declaration
public static ComWrapper<ICamApiBoxPrimitiveModelItem> AddBoxAroundGeomModel(this ComWrapper<ICamApiModelFormerWithBoxPrimitives> modelFormerWithBoxPrimitives)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithBoxPrimitives> | modelFormerWithBoxPrimitives |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiBoxPrimitiveModelItem> |
AddBoxAroundJobAssignment(ComWrapper<ICamApiModelFormerWithBoxPrimitives>)
Declaration
public static ComWrapper<ICamApiBoxPrimitiveModelItem> AddBoxAroundJobAssignment(this ComWrapper<ICamApiModelFormerWithBoxPrimitives> modelFormerWithBoxPrimitives)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithBoxPrimitives> | modelFormerWithBoxPrimitives |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiBoxPrimitiveModelItem> |
AddBoxAroundPart(ComWrapper<ICamApiModelFormerWithBoxPrimitives>)
Declaration
public static ComWrapper<ICamApiBoxPrimitiveModelItem> AddBoxAroundPart(this ComWrapper<ICamApiModelFormerWithBoxPrimitives> modelFormerWithBoxPrimitives)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithBoxPrimitives> | modelFormerWithBoxPrimitives |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiBoxPrimitiveModelItem> |
AddBoxFromBottomSouthwestPoint(ComWrapper<ICamApiModelFormerWithBoxPrimitives>, TST3DPoint, double, double, double)
Declaration
public static ComWrapper<ICamApiBoxPrimitiveModelItem> AddBoxFromBottomSouthwestPoint(this ComWrapper<ICamApiModelFormerWithBoxPrimitives> modelFormerWithBoxPrimitives, TST3DPoint corner, double dX, double dY, double dZ)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithBoxPrimitives> | modelFormerWithBoxPrimitives | |
| TST3DPoint | corner | |
| double | dX | |
| double | dY | |
| double | dZ |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiBoxPrimitiveModelItem> |
AddBoxFromCenterPoint(ComWrapper<ICamApiModelFormerWithBoxPrimitives>, TST3DPoint, double, double, double)
Declaration
public static ComWrapper<ICamApiBoxPrimitiveModelItem> AddBoxFromCenterPoint(this ComWrapper<ICamApiModelFormerWithBoxPrimitives> modelFormerWithBoxPrimitives, TST3DPoint centr, double dX, double dY, double dZ)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithBoxPrimitives> | modelFormerWithBoxPrimitives | |
| TST3DPoint | centr | |
| double | dX | |
| double | dY | |
| double | dZ |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiBoxPrimitiveModelItem> |
AddBoxFromTwoPoints(ComWrapper<ICamApiModelFormerWithBoxPrimitives>, TST3DPoint, TST3DPoint)
Declaration
public static ComWrapper<ICamApiBoxPrimitiveModelItem> AddBoxFromTwoPoints(this ComWrapper<ICamApiModelFormerWithBoxPrimitives> modelFormerWithBoxPrimitives, TST3DPoint p1, TST3DPoint p2)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithBoxPrimitives> | modelFormerWithBoxPrimitives | |
| TST3DPoint | p1 | |
| TST3DPoint | p2 |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiBoxPrimitiveModelItem> |
AsWithBoxPrimitives(ComWrapper<ICamApiModelFormer>)
Declaration
public static ComWrapper<ICamApiModelFormerWithBoxPrimitives> AsWithBoxPrimitives(this ComWrapper<ICamApiModelFormer> mfCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormer> | mfCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiModelFormerWithBoxPrimitives> |