DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Collapse ModelsModels
Expand DG Kernel ComponentsDG Kernel Components
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > Models > Entities > Geometry > BSpline BRep > Curves Search Documentation


Curves

Curves used in BRep geometry are defined as smooth mapping of a range of its parameters to 3D or 2D space. The range is part of curve definition

Common properties of a 3D curve are accessed via ICurve_DG interface. Normally a curve has a specific type like BSpline curve accessed via IBSplineCurve_DG.

2D curves can be accessed via ICurve2d_DG.

Curves on a 3D surface are normally defined as a mapping of a curve in two dimensional plane of u,v parameters of the surface to 3D. Such 2D curves are called P-curves