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 ViewsViews
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 > IModel2d_DG Go to ActiveX docs Search Documentation


IModel2d_DG Interface

GetEntityCount
GetEntityAt
AddEntity
AddNewEntity
RemoveAt
RemoveEntity
RemoveAll
Find
FindEntity
GetBoundingRectangle
Copy
Clone

int GetEntityCount()


IEntity2d_DG GetEntityAt(int index)


void AddEntity(IEntity2d_DG entity)


IEntity2d_DG AddNewEntity(String type)


void RemoveAt(int index)


bool RemoveEntity(IEntity2d_DG entity)


void RemoveAll()


int Find(IEntity2d_DG entity)


IEntity2d_DG FindEntity(IDictionary_DG query)


RectangleDg GetBoundingRectangle()


void Copy(IModel2d_DG model)


IModel2d_DG Clone()