Class IMTI_CustomAxialShapeToolExtension
Inheritance
object
IMTI_CustomAxialShapeToolExtension
Namespace: SprutCAMTech.STMachiningToolsImportHelper
Assembly: STMachiningToolsImportHelper.dll
Syntax
public static class IMTI_CustomAxialShapeToolExtension : Object
Methods
GetPlanarCurvesCount(IMTI_CustomAxialShapeTool)
Declaration
public static int GetPlanarCurvesCount(this IMTI_CustomAxialShapeTool tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_CustomAxialShapeTool | tool |
Returns
Type | Description |
---|---|
int |
GetPlanarCurveSpan(IMTI_CustomAxialShapeTool, int)
Declaration
public static TPlanarCurveSpan GetPlanarCurveSpan(this IMTI_CustomAxialShapeTool tool, int index)
Parameters
Type | Name | Description |
---|---|---|
IMTI_CustomAxialShapeTool | tool | |
int | index |
Returns
Type | Description |
---|---|
TPlanarCurveSpan |
GetPlanarCurvesSpanList(IMTI_CustomAxialShapeTool)
Declaration
public static List<TPlanarCurveSpan> GetPlanarCurvesSpanList(this IMTI_CustomAxialShapeTool tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_CustomAxialShapeTool | tool |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<><TPlanarCurveSpan> |