DGKC Control Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > Models > Entities > Geometry > Point Sets Go to ActiveX 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<ISegmentStripGeometry_DG>(), or by importing a VRML file with "PointSet" node.

See also: LowDim Sample.