Click or drag to resize

SketchAspectAdd Method (IEnumerableConstraint)

Adds a collection of constraints to the skecth.

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool Add(
	IEnumerable<Constraint> constraints
)

Parameters

constraints
Type: System.Collections.GenericIEnumerableConstraint
The collection of constraints.

Return Value

Type: Boolean
Whether the constraints were added.
Remarks
Performs a single edit.
See Also