Table of Contents

Interface ISketchImporter

Namespace
Macad.Core
Assembly
Macad.Core.dll
public interface ISketchImporter : IExchanger

Methods

bool DoImport(Clipboard clipboard, out IDictionary<int, Pnt2d> points, out IDictionary<int, SketchSegment> segments, out IEnumerable<SketchConstraint> constraints)
clipboard Clipboard
points IDictionary<int, Pnt2d>
segments IDictionary<int, SketchSegment>
constraints IEnumerable<SketchConstraint>
Returns: bool

bool DoImport(string fileName, out IDictionary<int, Pnt2d> points, out IDictionary<int, SketchSegment> segments, out IEnumerable<SketchConstraint> constraints)
fileName string
points IDictionary<int, Pnt2d>
segments IDictionary<int, SketchSegment>
constraints IEnumerable<SketchConstraint>
Returns: bool