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 > Appearence > ILineStyle_DG Go to DGKC docs Search Documentation


ILineStyle_DG Interface

GetColor
SetColor
GetLineWidth
SetLineWidth
GetStippleFlag
SetStippleFlag
GetStipplePattern
SetStipplePattern
GetStippleFactor
SetStippleFactor
GetShowPoints
SetShowPoints

Color GetColor()


void SetColor(Color color)


float GetLineWidth()


void SetLineWidth(float width)


bool GetStippleFlag()

Not supported in this version.


void SetStippleFlag(bool stipple)

Not supported in this version.


int GetStipplePattern()

Not supported in this version.


void SetStipplePattern(int pattern)

Not supported in this version.


int GetStippleFactor()

Not supported in this version.


void SetStippleFactor(int factor)

Not supported in this version.


bool GetShowPoints()

If ShowPoints attribute is true, the curve will be rendered along with its ends and internal sampling points. Use IAppearance_DG queried from this interface to access presentation attributes of the points.


void SetShowPoints(bool stipple)

If ShowPoints attribute is true, the curve will be rendered along with its ends and internal sampling points. Use IAppearance_DG queried from this interface to access presentation attributes of the points.