IEuclideanShortestPath_DG Interface
Properties
- int InputPointCount
Methods
- AddObject
- AddAllObjects
- SetInputPoint
- GetInputPoint
- AddInputPoint
- GetInputPointArray
- GetInputPath
- MakeInputValid
- Calculate
- GetOutputPath
- Reset
- GetPrecision
- SetPrecision
- GetOutputPath
- Calculate
- CalculatePerSegment
- GetObjects
- CloneNoPaths
void AddObject(IEntity_DG obj)
void AddAllObjects(IModel_DG objects)
void SetInputPoint(int i, double x, double y, double z)
void GetInputPoint(int i, double x, double y, double z)
void AddInputPoint(double x, double y, double z)
IPointArray_DG GetInputPointArray()
ICurve_DG GetInputPath()
void MakeInputValid()
void Calculate(bool checkValidInput)
ICurve_DG GetOutputPath()
void Reset(bool pathOnly)
double GetPrecision()
void SetPrecision(double precision)
ISurfacePointArray_DG GetOutputPath()
ISurfacePointArray_DG Calculate(PointDg from, PointDg to)
ISurfacePointArray_DG CalculatePerSegment()
IArray_DG GetObjects()
IEuclideanShortestPath_DG CloneNoPaths()
|