An NDoc Documented Class Library

DrawCtrl.ctrlLine Method (xyz, xyz, Object)

Draws an active line from A to B, how will be highlighted by the HoverColor if the mousepointer moves over it. With the parameter Tag you can set informations to identify the line in an other context.

public void ctrlLine(
   xyz A,
   xyz B,
   object Tag
);

Parameters

A
Startpoint
B
Endpoint
Tag
Information, to identify the marker

See Also

DrawCtrl Class | Minais.Drawing3d Namespace | DrawCtrl.ctrlLine Overload List | ctrlMarker | ctrlLine | ctrlCurve | ctrlPoly