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(ISourceCommand)
Initializes a new instance of the ActLineBegin class with a source command.
public ActLineBegin(ISourceCommand sourceCommand)
Parameters
sourceCommand
ISourceCommandThe source command associated with this line beginning.
Properties
SourceCommand
Gets or sets the source command associated with this line beginning.
public ISourceCommand SourceCommand { get; set; }