SketchAddElements Method

Definition

Namespace: Macad.Core.Shapes
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
public (IDictionary<int, int> pointMap, IDictionary<int, int> segmentMap, IEnumerable<int> constraints) AddElements(
	IDictionary<int, Pnt2d> points,
	int[] mergePointIndices,
	IDictionary<int, SketchSegment> segments,
	IEnumerable<SketchConstraint> constraints
)

Parameters

points  IDictionaryInt32, Pnt2d
 
mergePointIndices  Int32
 
segments  IDictionaryInt32, SketchSegment
 
constraints  IEnumerableSketchConstraint
 

Return Value

ValueTupleIDictionaryInt32, Int32, IDictionaryInt32, Int32, IEnumerableInt32

See Also