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
|