Class Segment3dDispUtil
Utilities for converting geometry segments to renderable drawings.
public static class Segment3dDispUtil
- Inheritance
-
Segment3dDispUtil
- Inherited Members
Methods
ToDrawing(IEnumerable<Segment3d>)
Converts a sequence of 3D segments to a line drawing. Null endpoints are skipped. The resulting drawing uses GL_LINES with stamp V.
public static Drawing ToDrawing(this IEnumerable<Segment3d> segments)
Parameters
segments
IEnumerable<Segment3d>Input segments to convert.
Returns
- Drawing
A drawing that renders the provided segments.