Interface IMachiningChain
Represents a machining chain with two ends, connecting a tool and a workpiece.
public interface IMachiningChain : IGetAsmb, IGetTopoIndex, IGetRootAnchor
- Inherited Members
- Extension Methods
Properties
McCodes
Gets the machine coordinate code sequence for decoding the MC array.
string[] McCodes { get; }
Property Value
- string[]
McTransformers
Gets the machine coordinate transformers.
IDynamicRegular[] McTransformers { get; }
Property Value
Methods
GetTableBuckle()
Gets the table buckle anchor point.
IGetAnchor GetTableBuckle()
Returns
- IGetAnchor
The table buckle anchor point.
GetToolBuckle()
Gets the tool buckle anchor point.
IGetAnchor GetToolBuckle()
Returns
- IGetAnchor
The tool buckle anchor point.