Interface IActMcXyzabcContour
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
IMachiningMotionResolutionThe machining motion resolution to use for step generation.
spindleBuckleToToolTipLength
doubleThe length from spindle buckle to tool tip, used for computing step numbers.
Returns
- IEnumerable<ActMcXyzabcStep>
A collection of machine XYZABC steps.