Class IMTI_CustomAxialShapeToolExtension
Inheritance
System.Object
IMTI_CustomAxialShapeToolExtension
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SprutTechnology.STMachiningToolsImportHelper
Assembly: STMachiningToolsImportHelper.dll
Syntax
public static class IMTI_CustomAxialShapeToolExtension
Methods
GetPlanarCurvesCount(IMTI_CustomAxialShapeTool)
Declaration
public static int GetPlanarCurvesCount(this IMTI_CustomAxialShapeTool tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_CustomAxialShapeTool | tool |
Returns
Type | Description |
---|---|
System.Int32 |
GetPlanarCurveSpan(IMTI_CustomAxialShapeTool, Int32)
Declaration
public static TPlanarCurveSpan GetPlanarCurveSpan(this IMTI_CustomAxialShapeTool tool, int index)
Parameters
Type | Name | Description |
---|---|---|
IMTI_CustomAxialShapeTool | tool | |
System.Int32 | 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> |