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
ISideContourThe side contour surface to display.
Properties
SideContourSurface
Gets or sets the side contour surface.
public ISideContour SideContourSurface { get; set; }
Property Value
Methods
Display(Bind)
Display function called in DispEngine rendering loop.
public void Display(Bind bind)
Parameters
bind
BindBind 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
Box3dDestination box
ResetDrawingCache()
Resets the drawing cache.
public void ResetDrawingCache()