Interface IToolGeometry
Auxiliary object to describe main geometrical parameters of a tool.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface IToolGeometry
Properties
A
Tool angle.
Declaration
double A { get; }
Property Value
Type | Description |
---|---|
System.Double |
D
Tool cutting diameter.
Declaration
double D { get; }
Property Value
Type | Description |
---|---|
System.Double |
H
Height of the shaped part of the tool.
Declaration
double H { get; }
Property Value
Type | Description |
---|---|
System.Double |
L
Tool length.
Declaration
double L { get; }
Property Value
Type | Description |
---|---|
System.Double |
P
Tool width.
Declaration
double P { get; }
Property Value
Type | Description |
---|---|
System.Double |
R
Tool tip rounding radius.
Declaration
double R { get; }
Property Value
Type | Description |
---|---|
System.Double |
Rc
Tool rounding radius next to the cylindrical part.
Declaration
double Rc { get; }
Property Value
Type | Description |
---|---|
System.Double |