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