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 > IBRepCompound_DG Go to DGKC docs Search Documentation


IBRepCompound_DG Interface

GetShapeCount
GetShape
AddShape
AddNewShape
RemoveShape

Implements also: IBRepShape_DG, IObject_DG.

A standalone compound can be created via IObjectGenerator_DG.Create("IBRepCompound_DG") > IBRepCompound_DG query.


int GetShapeCount()


IBRepShape_DG GetShape(int index)


void AddShape(IBRepShape_DG shape)


IBRepShape_DG AddNewShape(ShapeType_DG type)


void RemoveShape(IBRepShape_DG shape)