An NDoc Documented Class Library

MNDevice.PointData Structure

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 struct MNDevice.PointData

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Minais.Drawing3d

Assembly: Drawing3d (in Drawing3d.dll)

See Also

MNDevice.PointData Members | Minais.Drawing3d Namespace