Show / Hide Table of Contents

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
IFeedBack
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 Source

FeedBackPlane(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 Source

Set(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 Source

FeedBackChangedEvent

Declaration
public event FeedBackChangedDelegate FeedBackChangedEvent
Event Type
Type Description
FeedBackChangedDelegate

Explicit Interface Implementations

| Improve this Doc View Source

IFeedBack.GetExtent()

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

IFeedBack.PaintTo3D(IPaintTo3D)

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

Implements

IFeedBack
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX