Click or drag to resize

SketchAspectAdd(IEnumerableConstraint) Method

Adds a collection of constraints to the skecth.

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

Parameters

constraints  IEnumerableConstraint
The collection of constraints.

Return Value

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