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


IDynamicScreenItem_KC Interface

GetSize
SetSize
GetAttachmentPoint
SetAttachmentPoint

Represents a rectangle on screen inside the DG Kernel window. Initially added to access generic properties of Smart Labels


HRESULT GetSize(double* sx, double* sy)

Returns size of the item's rectangle


HRESULT SetSize(double sx, double sy)

Reserved for future development. Not implemented in this release


HRESULT GetAttachmentPoint(double* x, double* y, double* z)

Returns the point associated with the item in global coordinates


HRESULT SetAttachmentPoint(double x, double y, double z)

Modifies the point associated with the item in global coordinates