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


Cloud VB .NET Sample

Overview

Implementation

CloudForm.LoadPointCloud() function, called on start of the application finds a non - empty entity in the mode using IModel2.FindItem and converts its vertices to a point set with a call to IObject_KC.Convert()

The TThe The main algorithm starts in CloudForm.OnCreateSurface() on the Create Surface button click.In the handler a new Mesh Entity is added with IModel2.AddNewItem

IMeshAlgor queried form IMesh of t of the entity is used to add vertices for the loaded points and create the surface with iMeshAlgor.BuildMesh(0, 0, 0); call

See also: All samples