DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > API Reference > Model > Entities > Geometry > BSpline BRep Geometry > IShapeArray_DG Go to DGKC docs Search Documentation


IShapeArray_DG Interface

GetCount
IsEmpty
GetAt
SetAt
Add
InsertAt
Find
RemoveAt
RemoveAll
RemoveShape

A standalone shape array can be created via IObjectGenerator_DG.Create("IShapeArray_DG") > IShapeArray_DG query.


int GetCount()


bool IsEmpty()


IBRepShape_DG GetAt(int index)


void SetAt(int index, IBRepShape_DG shape)


void Add(IBRepShape_DG shape)


void InsertAt(int indexAt, IBRepShape_DG shape)


void Find(IBRepShape_DG shape, int index)


void RemoveAt(int index)


void RemoveAll()


void RemoveShape(IBRepShape_DG shape, bool success)