Show / Hide Table of Contents

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 Source

GetExtendedCurve(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

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