Class TPlanarCurveReader
Inheritance
object
TPlanarCurveReader
Namespace: SprutCAMTech.STMachiningToolsImportHelper
Assembly: STMachiningToolsImportHelper.dll
Syntax
public static class TPlanarCurveReader : Object
Methods
comparePlanarCurves(List<TPlanarCurveSpan>, List<TPlanarCurveSpan>)
Declaration
public static bool comparePlanarCurves(List<TPlanarCurveSpan> pcsList1, List<TPlanarCurveSpan> pcsList2)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<><TPlanarCurveSpan> | pcsList1 | |
| System.Collections.Generic.List<><TPlanarCurveSpan> | pcsList2 |
Returns
| Type | Description |
|---|---|
| bool |
GetCurvesList(IMTI_PlanarCurveReader)
Declaration
public static List<TPlanarCurveSpan> GetCurvesList(IMTI_PlanarCurveReader tool)
Parameters
| Type | Name | Description |
|---|---|---|
| IMTI_PlanarCurveReader | tool |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<><TPlanarCurveSpan> |
GetCurveStruct(IMTI_PlanarCurveReader, int)
Declaration
public static TPlanarCurveSpan GetCurveStruct(IMTI_PlanarCurveReader tool, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| IMTI_PlanarCurveReader | tool | |
| int | index |
Returns
| Type | Description |
|---|---|
| TPlanarCurveSpan |