Class ActLineBegin
Represents the beginning of a line act in numerical control operations.
public class ActLineBegin : IAct
- Inheritance
-
ActLineBegin
- Implements
- Inherited Members
- Extension Methods
Constructors
ActLineBegin()
Initializes a new instance of the ActLineBegin class.
public ActLineBegin()
ActLineBegin(IIndexedFileLine)
Initializes a new instance of the ActLineBegin class with a source command.
public ActLineBegin(IIndexedFileLine sourceCommand)
Parameters
sourceCommand
IIndexedFileLineThe source command associated with this line beginning.
Properties
SourceCommand
Gets or sets the source command associated with this line beginning.
public IIndexedFileLine SourceCommand { get; set; }