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
src
ITopoDisplayeeThe topological displayee to display.
bind
BindThe 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
src
ITopoDisplayeeThe topological displayee whose geometry should be included.
dst
Box3dThe bounding box to expand.