Interface ISketchImporter
public interface ISketchImporter : IExchanger
Methods
bool DoImport(Clipboard clipboard, out IDictionary<int, Pnt2d> points, out IDictionary<int, SketchSegment> segments, out IEnumerable<SketchConstraint> constraints)
clipboardClipboardpointsIDictionary<int, Pnt2d>segmentsIDictionary<int, SketchSegment>constraintsIEnumerable<SketchConstraint>
- Returns: bool
bool DoImport(string fileName, out IDictionary<int, Pnt2d> points, out IDictionary<int, SketchSegment> segments, out IEnumerable<SketchConstraint> constraints)
fileNamestringpointsIDictionary<int, Pnt2d>segmentsIDictionary<int, SketchSegment>constraintsIEnumerable<SketchConstraint>
- Returns: bool