Interface IExtentedableCurve
Interface for ICurve implementing objects that can be extended in one or two directions
Namespace: CADability.GeoObject
Assembly: CADability.dll
Syntax
public interface IExtentedableCurve
Methods
| Improve this Doc View SourceGetExtendedCurve(ExtentedableCurveDirection)
Returns the IOctTreeInsertable object categorizing this curve. Ususally used to search in an OctTree<T>.
Declaration
IOctTreeInsertable GetExtendedCurve(ExtentedableCurveDirection direction)
Parameters
| Type | Name | Description |
|---|---|---|
| ExtentedableCurveDirection | direction | Extend direction |
Returns
| Type | Description |
|---|---|
| IOctTreeInsertable | Interface for OctTree access |