Class FeedBackPlane
A translucent section of a plane for the display during an interactive action. Use this object in a call to FeedBack.
Inheritance
System.Object
FeedBackPlane
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public class FeedBackPlane : IFeedBack
Constructors
| Improve this Doc View SourceFeedBackPlane(Plane, Double, Double)
Constructs a feedback plane. The plane will usually be modified according to the user action (e.g. mouse movement)
Declaration
public FeedBackPlane(Plane pln, double width, double height)
Parameters
| Type | Name | Description |
|---|---|---|
| Plane | pln | The plane position (center) |
| System.Double | width | Width of the section beeing displayed |
| System.Double | height | Height of the plane |
Methods
| Improve this Doc View SourceSet(Plane, Double, Double)
Change the position of the plane. If currently displayed, the position will change in the view.
Declaration
public void Set(Plane pln, double width, double height)
Parameters
| Type | Name | Description |
|---|---|---|
| Plane | pln | The plane position (center) |
| System.Double | width | Width of the section beeing displayed |
| System.Double | height | Height of the plane |
Events
| Improve this Doc View SourceFeedBackChangedEvent
Declaration
public event FeedBackChangedDelegate FeedBackChangedEvent
Event Type
| Type | Description |
|---|---|
| FeedBackChangedDelegate |
Explicit Interface Implementations
| Improve this Doc View SourceIFeedBack.GetExtent()
Declaration
BoundingCube IFeedBack.GetExtent()
Returns
| Type | Description |
|---|---|
| BoundingCube |
IFeedBack.PaintTo3D(IPaintTo3D)
Declaration
void IFeedBack.PaintTo3D(IPaintTo3D paintTo3D)
Parameters
| Type | Name | Description |
|---|---|---|
| IPaintTo3D | paintTo3D |