DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Collapse ModelsModels
Collapse DG Kernel ComponentsDG Kernel Components
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Search Documentation


ILabelSection_KC Interface

GetText
GetFont
SetGeometricHeight
GetGeometricSize

ILabelSection_KC is implemented by Sticky Label entities, which display arbitrary oriented 3D text, and can be applied to a surface via ISticky_KC


HRESULT GetText(IText** text)

Remarks:

Gives access to the text string of the label. The text string can only be modified during creationg process before the first rendering


HRESULT GetFont(IDIFont** font)

Remarks:

Givess access to the font properties. The font can only be modified during creationg process before the first rendering


HRESULT SetGeometricHeight(double height)

Remarks:

Specifies geometric size of the text. When this method is not called the size is determined using font size and properties of the view. See more details at Sticky Label


.

HRESULT GetGeometricSize(double* width, double* height)

Remarks:

Returns geometric dimentions of the label. The dimetions are only related to unprojected state. In projected state they may be slightly different