Click or drag to resize

DXFReaderNETControlReadNC1 Method

Reads a Numerical Control Mastercam File and shows it.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool ReadNC1(
	string NCFileName,
	bool ShowDimensions = false,
	bool ShowFilledArea = false
)

Parameters

NCFileName
Type: SystemString
The name of the NC1 file to be read with full path.
ShowDimensions (Optional)
Type: SystemBoolean
If true the dimensinons will be showed.
ShowFilledArea (Optional)
Type: SystemBoolean
If true the inner part will be filled with gradient hatch.

Return Value

Type: Boolean
True if successful.
See Also