SketchAspectAdd Method (IEnumerableConstraint) |
Adds a collection of constraints to the skecth.
Namespace:
Demo3D.Sketch
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxpublic bool Add(
IEnumerable<Constraint> constraints
)
Parameters
- constraints
- Type: System.Collections.GenericIEnumerableConstraint
The collection of constraints.
Return Value
Type:
BooleanWhether the constraints were added.
Remarks
Performs a single edit.
See Also