Class PointWeldingItemsHelper
Helper methods for Point Welding item interfaces: ICamIpcPointWeldingMoveItem and ICamIpcPointWeldingWeldItem.
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class PointWeldingItemsHelper
Methods
GetFixVector(ComWrapper<ICamIpcPointWeldingMoveItem>)
Declaration
public static bool GetFixVector(this ComWrapper<ICamIpcPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetFixVector(ComWrapper<ICamIpcPointWeldingWeldItem>)
Declaration
public static bool GetFixVector(this ComWrapper<ICamIpcPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetMatrix(ComWrapper<ICamIpcPointWeldingMoveItem>)
Declaration
public static TST3DMatrix GetMatrix(this ComWrapper<ICamIpcPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| TST3DMatrix |
GetMatrix(ComWrapper<ICamIpcPointWeldingWeldItem>)
Declaration
public static TST3DMatrix GetMatrix(this ComWrapper<ICamIpcPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| TST3DMatrix |
GetMotionType(ComWrapper<ICamIpcPointWeldingMoveItem>)
Declaration
public static TModelFormerPointWeldingMotionType GetMotionType(this ComWrapper<ICamIpcPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| TModelFormerPointWeldingMotionType |
GetMotionType(ComWrapper<ICamIpcPointWeldingWeldItem>)
Declaration
public static TModelFormerPointWeldingMotionType GetMotionType(this ComWrapper<ICamIpcPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| TModelFormerPointWeldingMotionType |
GetPointEnabled(ComWrapper<ICamIpcPointWeldingMoveItem>)
Declaration
public static bool GetPointEnabled(this ComWrapper<ICamIpcPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetPointEnabled(ComWrapper<ICamIpcPointWeldingWeldItem>)
Declaration
public static bool GetPointEnabled(this ComWrapper<ICamIpcPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetPosAngle(ComWrapper<ICamIpcPointWeldingMoveItem>)
Declaration
public static double GetPosAngle(this ComWrapper<ICamIpcPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| double |
GetPosAngle(ComWrapper<ICamIpcPointWeldingWeldItem>)
Declaration
public static double GetPosAngle(this ComWrapper<ICamIpcPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| double |
GetPosLength(ComWrapper<ICamIpcPointWeldingMoveItem>)
Declaration
public static double GetPosLength(this ComWrapper<ICamIpcPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| double |
GetPosLength(ComWrapper<ICamIpcPointWeldingWeldItem>)
Declaration
public static double GetPosLength(this ComWrapper<ICamIpcPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| double |
GetPositionType(ComWrapper<ICamIpcPointWeldingMoveItem>)
Declaration
public static TModelFormerPointWeldingPositionType GetPositionType(this ComWrapper<ICamIpcPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| TModelFormerPointWeldingPositionType |
GetPositionType(ComWrapper<ICamIpcPointWeldingWeldItem>)
Declaration
public static TModelFormerPointWeldingPositionType GetPositionType(this ComWrapper<ICamIpcPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| TModelFormerPointWeldingPositionType |
GetUse6D(ComWrapper<ICamIpcPointWeldingMoveItem>)
Declaration
public static bool GetUse6D(this ComWrapper<ICamIpcPointWeldingMoveItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetUse6D(ComWrapper<ICamIpcPointWeldingWeldItem>)
Declaration
public static bool GetUse6D(this ComWrapper<ICamIpcPointWeldingWeldItem> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c |
Returns
| Type | Description |
|---|---|
| bool |
SetFixVector(ComWrapper<ICamIpcPointWeldingMoveItem>, bool)
Declaration
public static void SetFixVector(this ComWrapper<ICamIpcPointWeldingMoveItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c | |
| bool | value |
SetFixVector(ComWrapper<ICamIpcPointWeldingWeldItem>, bool)
Declaration
public static void SetFixVector(this ComWrapper<ICamIpcPointWeldingWeldItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c | |
| bool | value |
SetMatrix(ComWrapper<ICamIpcPointWeldingMoveItem>, TST3DMatrix)
Declaration
public static void SetMatrix(this ComWrapper<ICamIpcPointWeldingMoveItem> c, TST3DMatrix value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c | |
| TST3DMatrix | value |
SetMatrix(ComWrapper<ICamIpcPointWeldingWeldItem>, TST3DMatrix)
Declaration
public static void SetMatrix(this ComWrapper<ICamIpcPointWeldingWeldItem> c, TST3DMatrix value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c | |
| TST3DMatrix | value |
SetMotionType(ComWrapper<ICamIpcPointWeldingMoveItem>, TModelFormerPointWeldingMotionType)
Declaration
public static void SetMotionType(this ComWrapper<ICamIpcPointWeldingMoveItem> c, TModelFormerPointWeldingMotionType value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c | |
| TModelFormerPointWeldingMotionType | value |
SetMotionType(ComWrapper<ICamIpcPointWeldingWeldItem>, TModelFormerPointWeldingMotionType)
Declaration
public static void SetMotionType(this ComWrapper<ICamIpcPointWeldingWeldItem> c, TModelFormerPointWeldingMotionType value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c | |
| TModelFormerPointWeldingMotionType | value |
SetPointEnabled(ComWrapper<ICamIpcPointWeldingMoveItem>, bool)
Declaration
public static void SetPointEnabled(this ComWrapper<ICamIpcPointWeldingMoveItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c | |
| bool | value |
SetPointEnabled(ComWrapper<ICamIpcPointWeldingWeldItem>, bool)
Declaration
public static void SetPointEnabled(this ComWrapper<ICamIpcPointWeldingWeldItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c | |
| bool | value |
SetPosAngle(ComWrapper<ICamIpcPointWeldingMoveItem>, double)
Declaration
public static void SetPosAngle(this ComWrapper<ICamIpcPointWeldingMoveItem> c, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c | |
| double | value |
SetPosAngle(ComWrapper<ICamIpcPointWeldingWeldItem>, double)
Declaration
public static void SetPosAngle(this ComWrapper<ICamIpcPointWeldingWeldItem> c, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c | |
| double | value |
SetPosLength(ComWrapper<ICamIpcPointWeldingMoveItem>, double)
Declaration
public static void SetPosLength(this ComWrapper<ICamIpcPointWeldingMoveItem> c, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c | |
| double | value |
SetPosLength(ComWrapper<ICamIpcPointWeldingWeldItem>, double)
Declaration
public static void SetPosLength(this ComWrapper<ICamIpcPointWeldingWeldItem> c, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c | |
| double | value |
SetPositionType(ComWrapper<ICamIpcPointWeldingMoveItem>, TModelFormerPointWeldingPositionType)
Declaration
public static void SetPositionType(this ComWrapper<ICamIpcPointWeldingMoveItem> c, TModelFormerPointWeldingPositionType value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c | |
| TModelFormerPointWeldingPositionType | value |
SetPositionType(ComWrapper<ICamIpcPointWeldingWeldItem>, TModelFormerPointWeldingPositionType)
Declaration
public static void SetPositionType(this ComWrapper<ICamIpcPointWeldingWeldItem> c, TModelFormerPointWeldingPositionType value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c | |
| TModelFormerPointWeldingPositionType | value |
SetUse6D(ComWrapper<ICamIpcPointWeldingMoveItem>, bool)
Declaration
public static void SetUse6D(this ComWrapper<ICamIpcPointWeldingMoveItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingMoveItem> | c | |
| bool | value |
SetUse6D(ComWrapper<ICamIpcPointWeldingWeldItem>, bool)
Declaration
public static void SetUse6D(this ComWrapper<ICamIpcPointWeldingWeldItem> c, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcPointWeldingWeldItem> | c | |
| bool | value |