Interface ICamApiFeedPointList
Assembly: CAMAPI.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("8535624A-113C-453F-912F-6146D24F0DED")]
public interface ICamApiFeedPointList
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
Declaration
int AddFeedPoint(TST3DPoint Position, double Length, out TResultStatus ret)
Parameters
Returns
Declaration
void Clear(out TResultStatus ret)
Parameters
Declaration
void RemoveFeedPoint(int Index, out TResultStatus ret)
Parameters