DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Collapse ModelsModels
Collapse DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse ViewsViews
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Go to DGKC docs Search Documentation


Structures

class Bitmap_DG
{
		public int type;
		public int width;
		public int height;
		public int widthBytes;
		public short planes;
		public short bitsPixel;
};
class MetrDistContext_DG
{
		public bool includeChildren = false;
		public bool needAll = false;
		public double tolerance = 1e-8;
		public double precision = 1e-8;
};
class MetrIsCloserThanContext_DG
{
		public bool includeChildren = false;
		public bool further = false;
		public bool quickCheck = false;
};
class PathDetectorContext_DG
{
		public bool decreasingStart = true;
		public double minDistToler = 1e-4;
		public double precision = 1e-8;
};