Table of Contents

Interface IActMcXyzabcContour

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

Interface for actions that represent machine XYZABC contours.

public interface IActMcXyzabcContour : IAct
Extension Methods

Methods

GetActMcXyzabcSteps(IMachiningMotionResolution, double)

Gets the machine XYZABC steps for this contour.

IEnumerable<ActMcXyzabcStep> GetActMcXyzabcSteps(IMachiningMotionResolution ncResolution, double spindleBuckleToToolTipLength)

Parameters

ncResolution IMachiningMotionResolution

The machining motion resolution to use for step generation.

spindleBuckleToToolTipLength double

The length from spindle buckle to tool tip, used for computing step numbers.

Returns

IEnumerable<ActMcXyzabcStep>

A collection of machine XYZABC steps.