Class ModelFormerWithBoxPrimitivesHelper
Helper methods for ICamIpcModelFormerWithBoxPrimitives
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class ModelFormerWithBoxPrimitivesHelper
Methods
AddBox(ComWrapper<ICamIpcModelFormerWithBoxPrimitives>)
Add box
Declaration
[Obsolete("Use AddBoxAroundGeomModel instead.")]
public static ComWrapper<ICamIpcBoxPrimitiveModelItem> AddBox(this ComWrapper<ICamIpcModelFormerWithBoxPrimitives> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithBoxPrimitives> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcBoxPrimitiveModelItem> |
AddBoxAroundGeomModel(ComWrapper<ICamIpcModelFormerWithBoxPrimitives>)
Add box around geom model
Declaration
public static ComWrapper<ICamIpcBoxPrimitiveModelItem> AddBoxAroundGeomModel(this ComWrapper<ICamIpcModelFormerWithBoxPrimitives> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithBoxPrimitives> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcBoxPrimitiveModelItem> |
AddBoxAroundJobAssignment(ComWrapper<ICamIpcModelFormerWithBoxPrimitives>)
Add box around job assignment
Declaration
public static ComWrapper<ICamIpcBoxPrimitiveModelItem> AddBoxAroundJobAssignment(this ComWrapper<ICamIpcModelFormerWithBoxPrimitives> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithBoxPrimitives> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcBoxPrimitiveModelItem> |
AddBoxAroundPart(ComWrapper<ICamIpcModelFormerWithBoxPrimitives>)
Add box around part
Declaration
public static ComWrapper<ICamIpcBoxPrimitiveModelItem> AddBoxAroundPart(this ComWrapper<ICamIpcModelFormerWithBoxPrimitives> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithBoxPrimitives> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcBoxPrimitiveModelItem> |
AddBoxFromBottomSouthwestPoint(ComWrapper<ICamIpcModelFormerWithBoxPrimitives>, TST3DPoint, double, double, double)
Add box from bottom southwest point
Declaration
public static ComWrapper<ICamIpcBoxPrimitiveModelItem> AddBoxFromBottomSouthwestPoint(this ComWrapper<ICamIpcModelFormerWithBoxPrimitives> com, TST3DPoint corner, double dX, double dY, double dZ)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithBoxPrimitives> | com | |
| TST3DPoint | corner | |
| double | dX | |
| double | dY | |
| double | dZ |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcBoxPrimitiveModelItem> |
AddBoxFromCenterPoint(ComWrapper<ICamIpcModelFormerWithBoxPrimitives>, TST3DPoint, double, double, double)
Add box from center point
Declaration
public static ComWrapper<ICamIpcBoxPrimitiveModelItem> AddBoxFromCenterPoint(this ComWrapper<ICamIpcModelFormerWithBoxPrimitives> com, TST3DPoint centr, double dX, double dY, double dZ)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithBoxPrimitives> | com | |
| TST3DPoint | centr | |
| double | dX | |
| double | dY | |
| double | dZ |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcBoxPrimitiveModelItem> |
AddBoxFromTwoPoints(ComWrapper<ICamIpcModelFormerWithBoxPrimitives>, TST3DPoint, TST3DPoint)
Add box from two points
Declaration
public static ComWrapper<ICamIpcBoxPrimitiveModelItem> AddBoxFromTwoPoints(this ComWrapper<ICamIpcModelFormerWithBoxPrimitives> com, TST3DPoint p1, TST3DPoint p2)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithBoxPrimitives> | com | |
| TST3DPoint | p1 | |
| TST3DPoint | p2 |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcBoxPrimitiveModelItem> |