CustomDisplay Methods |
The CustomDisplay type exposes the following members.
Name | Description | |
---|---|---|
AddArc(Arc) |
Adds a new, black arc to the display list.
| |
AddArc(Arc, Color) |
Adds a new, colored arc to the display list.
| |
AddArc(Arc, Color, Int32) |
Adds a new, colored arc to the display list.
| |
AddCircle(Circle) |
Adds a new, black circle to the display list.
| |
AddCircle(Circle, Color) |
Adds a new, colored arc to the display list.
| |
AddCircle(Circle, Color, Int32) |
Adds a new, colored circle to the display list.
| |
AddCurve(Curve) |
Adds a new, black curve to the display list.
The curve will be duplicated so changes to the
original will not affect the display.
| |
AddCurve(Curve, Color) |
Adds a new, colored curve to the display list.
The curve will be duplicated so changes to the
original will not affect the display.
| |
AddCurve(Curve, Color, Int32) |
Adds a new, colored curve to the display list.
The curve will be duplicated so changes to the
original will not affect the display.
| |
AddLine(Line) |
Adds a new, black line to the display list.
| |
AddLine(Line, Color) |
Adds a new, colored line to the display list.
| |
AddLine(Line, Color, Int32) |
Adds a new, colored line to the display list.
| |
AddPoint(Point3d) |
Adds a new, black point to the display list.
| |
AddPoint(Point3d, Color) |
Adds a new colored point to the display list.
| |
AddPoint(Point3d, Color, PointStyle, Int32) |
Adds a new stylized point to the display list.
| |
AddPoints(IEnumerablePoint3d) |
Adds a collection of black points to the display list.
| |
AddPoints(IEnumerablePoint3d, Color) |
Adds a collection of colored points to the display list.
| |
AddPoints(IEnumerablePoint3d, Color, PointStyle, Int32) |
Adds a collection of stylized points to the display list.
| |
AddPolygon |
Adds a polygon to the drawing list. Polygons are not like Hatches, when you supply a concave
polygon, the shading probably won't work.
| |
AddText(Text3d, Color) |
Adds a new 3D text object to the display list.
| |
AddText(String, Plane, Double) |
Adds a new, black 3D text object to the display list.
| |
AddText(String, Plane, Double, Color) |
Adds a new, colored 3D text object to the display list.
| |
AddVector(Point3d, Vector3d) |
Adds a new, black vector to the display list.
| |
AddVector(Point3d, Vector3d, Color) |
Adds a new, colored vector to the display list.
| |
AddVector(Point3d, Vector3d, Color, Boolean) |
Adds a new, colored vector to the display list.
| |
Clear |
Clear the drawing lists.
| |
Dispose |
Dispose this CustomDisplay instance. You must call this function in order to
properly shut down the CustomDisplay.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |