DGKC Control Documentation


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


IShapeArray_DG Interface

A standalone shape array can be created via IObjectGenerator_DG.Create<IShapeArray_DG>() call.

Properties

int Count {get;}

Methods

IsEmpty
GetAt
SetAt
Add
InsertAt
Find
RemoveAt
RemoveAll
RemoveShape

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)