Interface IMachiningEquipment
- Namespace
- Hi.Machining.MachiningEquipmentUtils
- Assembly
- HiMech.dll
Machining equipment.
public interface IMachiningEquipment : IDisplayee, IExpandToBox3d, IMakeXmlSource, IGetAnchoredDisplayeeList, IGetProgramCl, IGetAsmb, IGetTopoIndex, IGetRootAnchor, IGetMachiningChain, IGetSolidMachiningChain
- Inherited Members
- Extension Methods
Properties
Fixture
Fixture of workpiece.
Fixture Fixture { get; set; }
Property Value
MachiningTool
Milling tool.
IMachiningTool MachiningTool { get; set; }
Property Value
TableToComp
Component transformation from table.
ITransformer TableToComp { get; set; }
Property Value
Workpiece
Workpiece.
Workpiece Workpiece { get; set; }