Interface IMachiningChain
Represents a machining chain with two ends, connecting a tool and a workpiece. A machining chain is an IMechanism — its assembly, root anchor and solids are its own — that also names its two buckle anchors and, for a coordinate-driven machine, its machine-coordinate transformers.
public interface IMachiningChain : IMechanism, ITopo, IGetAsmb, IGetAnchor, IGetTopoIndex, IGetAnchoredDisplayeeList, IGetAnchorToSolidDictionary, IMakeXmlSource
- 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.