Interface ICamApiModelFormerWithCylinderPrimitives
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("DA1BE712-3084-4E7D-AFC3-32184BF01DC8")]
public interface ICamApiModelFormerWithCylinderPrimitives
Methods
AddCylinderAroundGeomModel(out TResultStatus)
Declaration
ICamApiCylinderPrimitiveModelItem AddCylinderAroundGeomModel(out TResultStatus ret)
Parameters
| Type | Name | Description |
|---|---|---|
| TResultStatus | ret |
Returns
| Type | Description |
|---|---|
| ICamApiCylinderPrimitiveModelItem |
AddCylinderAroundJobAssignment(out TResultStatus)
Declaration
ICamApiCylinderPrimitiveModelItem AddCylinderAroundJobAssignment(out TResultStatus ret)
Parameters
| Type | Name | Description |
|---|---|---|
| TResultStatus | ret |
Returns
| Type | Description |
|---|---|
| ICamApiCylinderPrimitiveModelItem |
AddCylinderAroundPart(out TResultStatus)
Declaration
ICamApiCylinderPrimitiveModelItem AddCylinderAroundPart(out TResultStatus ret)
Parameters
| Type | Name | Description |
|---|---|---|
| TResultStatus | ret |
Returns
| Type | Description |
|---|---|
| ICamApiCylinderPrimitiveModelItem |
AddCylinderFromCenterPoint(TCylinderAxisType, TST3DPoint, double, double, double, out TResultStatus)
Declaration
ICamApiCylinderPrimitiveModelItem AddCylinderFromCenterPoint(TCylinderAxisType Axis, TST3DPoint Center, double HMin, double HMax, double Radius, out TResultStatus ret)
Parameters
| Type | Name | Description |
|---|---|---|
| TCylinderAxisType | Axis | |
| TST3DPoint | Center | |
| double | HMin | |
| double | HMax | |
| double | Radius | |
| TResultStatus | ret |
Returns
| Type | Description |
|---|---|
| ICamApiCylinderPrimitiveModelItem |
AddTubeAroundGeomModel(out TResultStatus)
Declaration
ICamApiCylinderPrimitiveModelItem AddTubeAroundGeomModel(out TResultStatus ret)
Parameters
| Type | Name | Description |
|---|---|---|
| TResultStatus | ret |
Returns
| Type | Description |
|---|---|
| ICamApiCylinderPrimitiveModelItem |
AddTubeAroundJobAssignment(out TResultStatus)
Declaration
ICamApiCylinderPrimitiveModelItem AddTubeAroundJobAssignment(out TResultStatus ret)
Parameters
| Type | Name | Description |
|---|---|---|
| TResultStatus | ret |
Returns
| Type | Description |
|---|---|
| ICamApiCylinderPrimitiveModelItem |
AddTubeAroundPart(out TResultStatus)
Declaration
ICamApiCylinderPrimitiveModelItem AddTubeAroundPart(out TResultStatus ret)
Parameters
| Type | Name | Description |
|---|---|---|
| TResultStatus | ret |
Returns
| Type | Description |
|---|---|
| ICamApiCylinderPrimitiveModelItem |
AddTubeFromCenterPoint(TCylinderAxisType, TST3DPoint, double, double, double, double, out TResultStatus)
Declaration
ICamApiCylinderPrimitiveModelItem AddTubeFromCenterPoint(TCylinderAxisType Axis, TST3DPoint Center, double HMin, double HMax, double Radius, double HoleRadius, out TResultStatus ret)
Parameters
| Type | Name | Description |
|---|---|---|
| TCylinderAxisType | Axis | |
| TST3DPoint | Center | |
| double | HMin | |
| double | HMax | |
| double | Radius | |
| double | HoleRadius | |
| TResultStatus | ret |
Returns
| Type | Description |
|---|---|
| ICamApiCylinderPrimitiveModelItem |