Table of Contents

Class TopoDisplayeeUtil

Namespace
Hi.Disp
Assembly
HiMech.dll

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 ITopoDisplayee

The topological displayee to display.

bind Bind

The 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 ITopoDisplayee

The topological displayee whose geometry should be included.

dst Box3d

The bounding box to expand.