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
|