KernelCAD Documentation

DInsight Home
Skip Navigation Links.
Start page
Quick Start
Installation
Overview of the software
What is new
Collapse KernelCAD ModelsKernelCAD Models
Collapse KernelCAD ComponentsKernelCAD Components
KernelCAD Control
KernelCAD .NET Control
Methods and Properties
Menu
Model Explorer
Birds Eye View
Programming
Direct User Access
Direct Operations
Interface Queries
Printing Support
Data Types
Modes of KernelCAD Control
DIObjectGenerator class
Properties
FlatObjectArray Poperty
Context
64 bit development
Dual Mode
Initialisation Context
Overlay Editor
Memory Management
Input validation
Collapse Advanced functionalityAdvanced functionality
Collapse InterfacesInterfaces
Alphabetical list
I3DGrid
I3DBugger
I3Dpt
IAxiBase
IAxis
IBoolSection
IBoolSectionEx
IBoundary
IColor
IConstraint
IData
IDiffSurface_KC
IDIFont
IDraw
IDrawUtil
IDraw2
IElem
IElement
IKCLine
ILightSource
ILocation
ILocationEx
IMaterial
IMetrics
IMetrics2
IModel
IModel2
IModelEx
IPatch
IKCPathCollisionDetector
IProfiles
IPropertyArray
IPropertyArray2
IStdShape
IStrip
ISurface
IText
ITexture
ITransform
IUnknown
Collapse Open Cascade TechnologyOpen Cascade Technology
Collapse DataData
Collapse MovementMovement
Collapse FramesFrames
Collapse Oriented ObjectsOriented Objects
Collapse SectionsSections
Collapse GeneralGeneral
Collapse Topological InterfacesTopological Interfaces
Collapse Viewing InterfacesViewing Interfaces
Collapse Lines And CurvesLines And Curves
Collapse Symmetry InterfacesSymmetry Interfaces
Collapse Clipping plane interfacesClipping plane interfaces
Collapse AlgorithmsAlgorithms
Collapse 2D Geometry2D Geometry
Collapse Programming Samples and TutorialsProgramming Samples and Tutorials
Collapse OverviewOverview
Collapse DeploymentDeployment
Collapse .NET Samples.NET Samples
Collapse C++ SamplesC++ Samples
Collapse Visual Basic SamplesVisual Basic Samples
Collapse Delphi SamplesDelphi Samples
Collapse 3D Debugger3D Debugger
Collapse DeploymentDeployment
Licensing
Model Viewer
Open C++ Source
Technical Support
Skip Navigation LinksHome Page > KernelCAD Components > Interfaces > Sections > Items > IDynamicScreenItemManager_KC
IDynamicScreenItemManager_KC Interface

IDynamicScreenItemManager_KC Interface

Enable
IsEnabled
GetItemCount
GetItem
SetSpacing
SetSpacingItemToObjects
RemoveItem
RemoveAll
EnableOnTop
IsEnabledOnTop
EnableOutside
IsEnabledOutside
Update
EnableHiddenItemRemoval
IsEnabledHiddenItemRemoval

Properties of Dynamic ScreenItem Manager. In the initial release it manages Smart Labels.

See also ISmartLabelManager_KC, Smart Labels, Smart Labels sample


HRESULT Enable(VARIANT_BOOL enable)
HRESULT IsEnabled(VARIANT_BOOL* enabled)

Acess to Enabled property of the manager. If false managed items will not be visible and no arrangement is performed


HRESULT GetItemCount(int* count)

Count of the managed items. Not all items in the model have to be managed


HRESULT GetItem(int index, IDynamicScreenItem_KC** item)

Returns index-th managed item


HRESULT SetSpacing(int pixels)
HRESULT GetSpacing(int* pixels)

Minimal space between labels and between labels and objects


HRESULT SetSpacingItemToObjects(int pixels)
GetSpacingItemToObjects(int* pixels)

This property is related to items located on margins of the window. It determines the minimal distance between items and any section in the model. The default is 0.


HRESULT RemoveItem(int item)


HRESULT RemoveAll()

Deletes all managed items


HRESULT EnableOnTop(VARIANT_BOOL enable)
HRESULT IsEnabledOnTop(VARIANT_BOOL* enabled)

EnabledOnTop property. If true an item is attempted to be positioned on the top of its parent first. If it does not fit inside its silhouette and the EnabledOutside property below is true the item will be positioned on margins of the window. Setting both EnabledOnTop and EnabledOutside properties to false is equvalent to disabling items management with an Enable(false) call.


HRESULT EnableOutside(VARIANT_BOOL enable)
HRESULT IsEnabledOutside(VARIANT_BOOL* enabled)

EnabledOutside property. If true, items are positioned on margins of the window when required. See remarks for the previous method.


HRESULT Update()
As this method affects the perfomance is only recommended to be called after modifications of indirect properties like visibility of a label or text string and only if normal calls to update view is not reflected immediately


HRESULT EnableHiddenItemRemoval(VARIANT_BOOL enable)
HRESULT IsEnabledHiddenItemRemoval(VARIANT_BOOL* enabled)

EnabledHiddenItemRemoval property. If true, items are not shown when the point/object they are associated with is not visible due to being obscured by other surfaces in the current point of view