Interface ITurnToolNose
Namespace: STCuttingToolTypes
Assembly: STCuttingToolTypes.dll
Syntax
[Guid("E3180BD5-DA47-4D2D-B906-BF79F3F10105")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ITurnToolNose
Properties
EdgeVector[bool]
Declaration
TST2DPoint EdgeVector[bool Side] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| bool | Side |
Property Value
| Type | Description |
|---|---|
| TST2DPoint |
NoseCenter
Declaration
TST3DPoint NoseCenter { get; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
NoseRadius
Declaration
double NoseRadius { get; }
Property Value
| Type | Description |
|---|---|
| double |
Width
Declaration
double Width { get; }
Property Value
| Type | Description |
|---|---|
| double |