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 > Native OCCT > IKO_Model Search Documentation


IKO_Model Interface


HRESULT AddShape(IKO_TopoDS_Shape* shape, IKO_Standard_Object** section)

Parameters

shape -[in] the shape to be added. Query ISection from the returned object to accces its properties and methods

Remarks:

Adds a new entity with geometry of "BRep" type which contains the shape


HRESULT AddGeometryItem(IKO_Geom_Geometry* item, IKO_Standard_Object** section)

Parameters

item -[in] the item to be added. Query ISection from the returned object to accces its properties and methods

Remarks:

Adds a new entity with geometry of "BRep" type which contains shape representing the item


AddGraphic2d(IKO_Graphic2d_Primitive* item, IKO_Standard_Object** sceneItem)

Parameters

item -[in] the item to be added. Query ISection from edge to accces its properties and methods

Remarks:

The method is not implemented in this release.