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


IBRepGeometry_DG Interface

GetShape
SetShape
CreateShape
Clear

Gives access to BRep type of geometry. Such geometries are created in various ways. One of them is via a call to IModel_DG.AddNewEntity2("BRep"). Another: IEntity_DG.SetGeometryType("BRep"). In these and other situation is is normally needed to query (cast) IBRepGeometry_DG from the general IGeometry_DG interface.

Implements also: IGeometry_DG.


IBRepShape_DG GetShape()


void SetShape(IBRepShape_DG shape)


IBRepShape_DG CreateShape(ShapeType_DG type)


void Clear()

Removes (releases) BRepShape attached to this BRepGeometry