Show / Hide Table of Contents

Interface IFeedBack

Interface, which must be implemented by objects that act as eedback objects in Actions. See ActionFeedBack and FeedBack

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public interface IFeedBack

Methods

| Improve this Doc View Source

GetExtent()

Declaration
BoundingCube GetExtent()
Returns
Type Description
BoundingCube
| Improve this Doc View Source

PaintTo3D(IPaintTo3D)

Implements the painting of this object

Declaration
void PaintTo3D(IPaintTo3D paintTo3D)
Parameters
Type Name Description
IPaintTo3D paintTo3D

Where to paint to

Events

| Improve this Doc View Source

FeedBackChangedEvent

Event raised by this object to indicate a change.

Declaration
event FeedBackChangedDelegate FeedBackChangedEvent
Event Type
Type Description
FeedBackChangedDelegate
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX