Click or drag to resize

IControlPointProvider Interface

Implement this on an aspect to allow the aspect to provide custom control points.

Namespace:  Demo3D.ControlPoints
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public interface IControlPointProvider : INotifyPropertyChanged

The IControlPointProvider type exposes the following members.

Properties
  NameDescription
Public propertyControlPoints
The collection of control points to provide.
Public propertyDocument
The document that the provider belongs to.
Public propertyIsEnabled
Whether to show control points or not.
Public propertyWorldMatrix
The World matrix of the provider.
Top
See Also