Class TopoDisplayeeUtil
Provides utility methods for displaying and manipulating topological displayees.
public static class TopoDisplayeeUtil
- Inheritance
-
TopoDisplayeeUtil
- Inherited Members
Methods
Display(ITopoDisplayee, Bind)
Displays the topological displayee using the specified bind context.
public static void Display(this ITopoDisplayee src, Bind bind)
Parameters
srcITopoDisplayeeThe topological displayee to display.
bindBindThe bind context used for displaying.
ExpandToBox3d(ITopoDisplayee, Box3d)
Expands the bounding box to include the topological displayee's geometry.
public static void ExpandToBox3d(this ITopoDisplayee src, Box3d dst)
Parameters
srcITopoDisplayeeThe topological displayee whose geometry should be included.
dstBox3dThe bounding box to expand.