DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
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
Support
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)