ICurveArray_DG Interface
- GetCount
- GetAt
- RemoveAt
- RemoveAll
- Add
All indices in DG Kenel are 0-based
A standalone curve array can be created via IObjectGenerator_DG.Create("ICurveArray_DG") > ICurveArray_DG query.
int GetCount()
ICurve_DG GetAt(int index)
void RemoveAt(int index)
void RemoveAll()
void Add(ICurve_DG curve)
|