Eyeshot 10 WPF API Reference
PointCloud Constructor(Int32,Single,natureType)

WPF Assembly > devDept.Eyeshot.Entities Namespace > PointCloud Class > PointCloud Constructor : PointCloud Constructor(Int32,Single,natureType)
Number of point the point cloud will hold
On screen point size
The point cloud nature
Point list, point size and point cloud nature constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal numPoints As Integer, _
   ByVal pointSize As Single, _
   ByVal nature As PointCloud.natureType _
)
public PointCloud( 
   int numPoints,
   float pointSize,
   PointCloud.natureType nature
)

Parameters

numPoints
Number of point the point cloud will hold
pointSize
On screen point size
nature
The point cloud nature
See Also

Reference

PointCloud Class
PointCloud Members
Overload List