DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Collapse ModelsModels
Collapse DG Kernel ControlDG Kernel Control
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
Support
Skip Navigation Links Go to ActiveX 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;
};