ISketchImporterDoImport(String, IDictionaryInt32, Pnt2d, IDictionaryInt32, SketchSegment, IEnumerableSketchConstraint) Method

Definition

Namespace: Macad.Core
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
bool DoImport(
	string fileName,
	out IDictionary<int, Pnt2d> points,
	out IDictionary<int, SketchSegment> segments,
	out IEnumerable<SketchConstraint> constraints
)

Parameters

fileName  String
 
points  IDictionaryInt32, Pnt2d
 
segments  IDictionaryInt32, SketchSegment
 
constraints  IEnumerableSketchConstraint
 

Return Value

Boolean

See Also