Class ActLineEnd
Represents the end of a line act in numerical control operations.
public class ActLineEnd : IAct
- Inheritance
-
ActLineEnd
- Implements
- Inherited Members
- Extension Methods
Constructors
ActLineEnd()
Initializes a new instance of the ActLineEnd class.
public ActLineEnd()
ActLineEnd(ActLineBegin)
Initializes a new instance of the ActLineEnd class with a specified line beginning act.
public ActLineEnd(ActLineBegin actLineBegin)
Parameters
actLineBegin
ActLineBeginThe line beginning act associated with this line end.
Properties
ActLineBegin
Gets or sets the associated line beginning act.
public ActLineBegin ActLineBegin { get; set; }
Property Value
SourceCommand
Gets the source command from the associated line beginning act.
public ISourceCommand SourceCommand { get; }