Interface IActMcXyzContour
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
IMachiningMotionResolutionThe machining motion resolution to use for step generation.
Returns
- IEnumerable<ActMcXyzStep>
A collection of machine XYZ steps.