|
IVicinityPointsToCurve Interface
|
pulls points to a curve if closer than a given maximum and returns an ordered list points which lie on the curve.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic interface IVicinityPointsToCurve
Public Interface IVicinityPointsToCurve
public interface class IVicinityPointsToCurve
type IVicinityPointsToCurve = interface end
The IVicinityPointsToCurve type exposes the following members.
Methods
| Name | Description |
---|
 | Pull |
Pulls points to a curve if closer than a given maximum.
|
Top
See Also