Interface ICamIpcFeedPointList
Assembly: CAMIPC.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("958A4B7E-E9F7-4E09-9E22-B4AE4ECDE9F7")]
public interface ICamIpcFeedPointList
Properties
Count of points in the list
Declaration
Property Value
Declaration
TModelFormerFeedRateChangeType FeedRateChangeType[int Index] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
Declaration
int FeedRatePercentage[int Index] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
Declaration
TModelFormerFeedType FeedType[int Index] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
Declaration
double Length[int Index] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
Declaration
TST3DPoint Position[int Index] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
Declaration
double TCenter[int Index] { get; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
Declaration
double TEnd[int Index] { get; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
Declaration
double TStart[int Index] { get; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
Methods
AddFeedPoint(TST3DPoint, double, ref TExecuteContext)
Declaration
int AddFeedPoint(TST3DPoint Position, double Length, ref TExecuteContext ExecuteContext)
Parameters
Returns
Clear(ref TExecuteContext)
Declaration
void Clear(ref TExecuteContext ExecuteContext)
Parameters
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
RemoveFeedPoint(int, ref TExecuteContext)
Declaration
void RemoveFeedPoint(int Index, ref TExecuteContext ExecuteContext)
Parameters