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
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > Deprecated > Deprecated API Reference > Model > Section > ILineSection_KC Search Documentation


ILineSection_KC Interface

GetCurve
SetCurve

ILineSection_KC is implemented by LineEntity type ob objects. These objects add properties of a Entity to Mathematical Curves so that the curve can be added to a model and be part of the scene.


HRESULT GetCurve(ICurve **curve)/p>

Parameters

curve - [out, retval] The curve currently attached to this Line Entity


HRESULT SetCurve(ICurve *curve)

Parameters

curve - [in] A curve to be attached to this Line Entity