DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ComponentsDG Kernel Components
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 Search Documentation


IShapeArray_DG Interface

GetCount
GetAt
SetAt
Add
InsertAt
Find
RemoveAt
RemoveAll
RemoveShape

int GetCount()


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)