DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Collapse ModelsModels
Expand DG Kernel ControlsDG Kernel Controls
Expand API ReferenceAPI Reference
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > Models > Entities > Geometry > Point Sets Go to DGKC docs Search Documentation


Point Sets

Point Sets are geometries which represent a collection of 3D points. Point Sets implement IPointSetGeometry_DG

Properties of Point Sets:

Point Array - 3D coordinates of points of type double

Color Per Vertex - Boolean property. True if points have separate colors in Color Array

Color Array Keeps array of colors. When Color Per Vertex is false, the color stored in the entity's Appearance is used to render all points.

Point Sets can be created with a call IObjectGenerator_DG.Create("IPointSetGeometry_DG"), or by importing a VRML file with "PointSet" node.

See also: LowDim Sample.