Table of Contents

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

Fixture

MachiningTool

Milling tool.

IMachiningTool MachiningTool { get; set; }

Property Value

IMachiningTool

TableToComp

Component transformation from table.

ITransformer TableToComp { get; set; }

Property Value

ITransformer

Workpiece

Workpiece.

Workpiece Workpiece { get; set; }

Property Value

Workpiece