Table of Contents

Interface IActMcXyzContour

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

Interface for actions that represent machine XYZ contours.

public interface IActMcXyzContour : IAct
Extension Methods

Methods

GetActMcXyzSteps(IMachiningMotionResolution)

Gets the machine XYZ steps for this contour.

IEnumerable<ActMcXyzStep> GetActMcXyzSteps(IMachiningMotionResolution ncResolution)

Parameters

ncResolution IMachiningMotionResolution

The machining motion resolution to use for step generation.

Returns

IEnumerable<ActMcXyzStep>

A collection of machine XYZ steps.