DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Expand ModelsModels
Expand DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Collapse ModelModel
Expand ViewView
Expand General ComputingGeneral Computing
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
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)