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


IBRepCompositeSolid_DG Interface

GetSolidCount
GetSolid
AddSolid
AddNewSolid
RemoveSolid

Implements also: IBRepShape_DG, IObject_DG.

A standalone composite solid can be created via IObjectGenerator_DG.Create("IBRepCompositeSolid_DG") > IBRepCompositeSolid_DG query.


int GetSolidCount()


IBRepSolid_DG GetSolid(int index)


void AddSolid(IBRepSolid_DG solid)


IBRepSolid_DG AddNewSolid()

Creates and adds a new empty solid.


void RemoveSolid(IBRepSolid_DG solid)