Class PointWeldingItemsHelper
Helper methods for Point Welding item interfaces: ICamApiPointWeldingMoveItem and ICamApiPointWeldingWeldItem.
Both interfaces expose the same property surface (the underlying Delphi
class is shared); they are distinguished only via QueryInterface.
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class PointWeldingItemsHelper
Methods
GetFixVector(ComWrapper<ICamApiPointWeldingMoveItem>)
Declaration
public static bool GetFixVector(this ComWrapper<ICamApiPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetFixVector(ComWrapper<ICamApiPointWeldingWeldItem>)
Declaration
public static bool GetFixVector(this ComWrapper<ICamApiPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetMatrix(ComWrapper<ICamApiPointWeldingMoveItem>)
Declaration
public static TST3DMatrix GetMatrix(this ComWrapper<ICamApiPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| TST3DMatrix |
GetMatrix(ComWrapper<ICamApiPointWeldingWeldItem>)
Declaration
public static TST3DMatrix GetMatrix(this ComWrapper<ICamApiPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| TST3DMatrix |
GetMotionType(ComWrapper<ICamApiPointWeldingMoveItem>)
Declaration
public static TModelFormerPointWeldingMotionType GetMotionType(this ComWrapper<ICamApiPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| TModelFormerPointWeldingMotionType |
GetMotionType(ComWrapper<ICamApiPointWeldingWeldItem>)
Declaration
public static TModelFormerPointWeldingMotionType GetMotionType(this ComWrapper<ICamApiPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| TModelFormerPointWeldingMotionType |
GetPointEnabled(ComWrapper<ICamApiPointWeldingMoveItem>)
Declaration
public static bool GetPointEnabled(this ComWrapper<ICamApiPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetPointEnabled(ComWrapper<ICamApiPointWeldingWeldItem>)
Declaration
public static bool GetPointEnabled(this ComWrapper<ICamApiPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetPosAngle(ComWrapper<ICamApiPointWeldingMoveItem>)
Declaration
public static double GetPosAngle(this ComWrapper<ICamApiPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| double |
GetPosAngle(ComWrapper<ICamApiPointWeldingWeldItem>)
Declaration
public static double GetPosAngle(this ComWrapper<ICamApiPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| double |
GetPosLength(ComWrapper<ICamApiPointWeldingMoveItem>)
Declaration
public static double GetPosLength(this ComWrapper<ICamApiPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| double |
GetPosLength(ComWrapper<ICamApiPointWeldingWeldItem>)
Declaration
public static double GetPosLength(this ComWrapper<ICamApiPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| double |
GetPositionType(ComWrapper<ICamApiPointWeldingMoveItem>)
Declaration
public static TModelFormerPointWeldingPositionType GetPositionType(this ComWrapper<ICamApiPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| TModelFormerPointWeldingPositionType |
GetPositionType(ComWrapper<ICamApiPointWeldingWeldItem>)
Declaration
public static TModelFormerPointWeldingPositionType GetPositionType(this ComWrapper<ICamApiPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| TModelFormerPointWeldingPositionType |
GetUse6D(ComWrapper<ICamApiPointWeldingMoveItem>)
Declaration
public static bool GetUse6D(this ComWrapper<ICamApiPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetUse6D(ComWrapper<ICamApiPointWeldingWeldItem>)
Declaration
public static bool GetUse6D(this ComWrapper<ICamApiPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
SetFixVector(ComWrapper<ICamApiPointWeldingMoveItem>, bool)
Declaration
public static void SetFixVector(this ComWrapper<ICamApiPointWeldingMoveItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c | |
| bool | value |
SetFixVector(ComWrapper<ICamApiPointWeldingWeldItem>, bool)
Declaration
public static void SetFixVector(this ComWrapper<ICamApiPointWeldingWeldItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c | |
| bool | value |
SetMatrix(ComWrapper<ICamApiPointWeldingMoveItem>, TST3DMatrix)
Declaration
public static void SetMatrix(this ComWrapper<ICamApiPointWeldingMoveItem> c, TST3DMatrix value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c | |
| TST3DMatrix | value |
SetMatrix(ComWrapper<ICamApiPointWeldingWeldItem>, TST3DMatrix)
Declaration
public static void SetMatrix(this ComWrapper<ICamApiPointWeldingWeldItem> c, TST3DMatrix value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c | |
| TST3DMatrix | value |
SetMotionType(ComWrapper<ICamApiPointWeldingMoveItem>, TModelFormerPointWeldingMotionType)
Declaration
public static void SetMotionType(this ComWrapper<ICamApiPointWeldingMoveItem> c, TModelFormerPointWeldingMotionType value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c | |
| TModelFormerPointWeldingMotionType | value |
SetMotionType(ComWrapper<ICamApiPointWeldingWeldItem>, TModelFormerPointWeldingMotionType)
Declaration
public static void SetMotionType(this ComWrapper<ICamApiPointWeldingWeldItem> c, TModelFormerPointWeldingMotionType value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c | |
| TModelFormerPointWeldingMotionType | value |
SetPointEnabled(ComWrapper<ICamApiPointWeldingMoveItem>, bool)
Declaration
public static void SetPointEnabled(this ComWrapper<ICamApiPointWeldingMoveItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c | |
| bool | value |
SetPointEnabled(ComWrapper<ICamApiPointWeldingWeldItem>, bool)
Declaration
public static void SetPointEnabled(this ComWrapper<ICamApiPointWeldingWeldItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c | |
| bool | value |
SetPosAngle(ComWrapper<ICamApiPointWeldingMoveItem>, double)
Declaration
public static void SetPosAngle(this ComWrapper<ICamApiPointWeldingMoveItem> c, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c | |
| double | value |
SetPosAngle(ComWrapper<ICamApiPointWeldingWeldItem>, double)
Declaration
public static void SetPosAngle(this ComWrapper<ICamApiPointWeldingWeldItem> c, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c | |
| double | value |
SetPosLength(ComWrapper<ICamApiPointWeldingMoveItem>, double)
Declaration
public static void SetPosLength(this ComWrapper<ICamApiPointWeldingMoveItem> c, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c | |
| double | value |
SetPosLength(ComWrapper<ICamApiPointWeldingWeldItem>, double)
Declaration
public static void SetPosLength(this ComWrapper<ICamApiPointWeldingWeldItem> c, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c | |
| double | value |
SetPositionType(ComWrapper<ICamApiPointWeldingMoveItem>, TModelFormerPointWeldingPositionType)
Declaration
public static void SetPositionType(this ComWrapper<ICamApiPointWeldingMoveItem> c, TModelFormerPointWeldingPositionType value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c | |
| TModelFormerPointWeldingPositionType | value |
SetPositionType(ComWrapper<ICamApiPointWeldingWeldItem>, TModelFormerPointWeldingPositionType)
Declaration
public static void SetPositionType(this ComWrapper<ICamApiPointWeldingWeldItem> c, TModelFormerPointWeldingPositionType value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c | |
| TModelFormerPointWeldingPositionType | value |
SetUse6D(ComWrapper<ICamApiPointWeldingMoveItem>, bool)
Declaration
public static void SetUse6D(this ComWrapper<ICamApiPointWeldingMoveItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingMoveItem> | c | |
| bool | value |
SetUse6D(ComWrapper<ICamApiPointWeldingWeldItem>, bool)
Declaration
public static void SetUse6D(this ComWrapper<ICamApiPointWeldingWeldItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointWeldingWeldItem> | c | |
| bool | value |