Interface ICLDPartNoCommand
PARTNO CLData command. Usually it's a first command of a project, so it can be used to initialize an output file (G-code). It contains the project name as a parameter.
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDPartNoCommand : ICLDCommand, INamedProperty
Properties
ProjectName
Returns the project's file name without path and extension.
Declaration
string ProjectName { get; }
Property Value
Type | Description |
---|---|
System.String |