Table of Contents

Class SideContourDisplayee

Namespace
Hi.Milling.FluteContours
Assembly
HiMech.dll

Represents a displayable side contour.

public class SideContourDisplayee : IDisplayee, IExpandToBox3d, IDisposable
Inheritance
SideContourDisplayee
Implements
Inherited Members
Extension Methods

Constructors

SideContourDisplayee(ISideContour)

Initializes a new instance of the SideContourDisplayee class.

public SideContourDisplayee(ISideContour sideContourSurface)

Parameters

sideContourSurface ISideContour

The side contour surface to display.

Properties

SideContourSurface

Gets or sets the side contour surface.

public ISideContour SideContourSurface { get; set; }

Property Value

ISideContour

Methods

Display(Bind)

Display function called in DispEngine rendering loop.

public void Display(Bind bind)

Parameters

bind Bind

Bind with DispEngine. See Bind.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

ExpandToBox3d(Box3d)

Expands the destination box. This function is usually used to compute the bounding box of elements.

public void ExpandToBox3d(Box3d dst)

Parameters

dst Box3d

Destination box

ResetDrawingCache()

Resets the drawing cache.

public void ResetDrawingCache()