Define the Data of drawing of a point in the drawPoint-Method
PointData pd = new PointData( PointKind.Cube, new xyz(device.CatchDistanceF, device.CatchDistanceF, 0),new xyz(0, 0, 0)); device.drawPoint(new xyz(4 , 2, 1), pd); // Draws a Point as cube at position 4, 2, 1
For a list of all members of this type, see MNDevice.PointData Members.
System.Object
System.ValueType
Minais.Drawing3d.MNDevice.PointData
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Minais.Drawing3d
Assembly: Drawing3d (in Drawing3d.dll)