SketchAspectAdd(Constraint) Method |
Adds a single constraint to the sketch.
Namespace: Demo3D.SketchAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool Add(
Constraint constraint
)
Parameters
- constraint Constraint
- The constraint.
Return Value
BooleanWhether the constraint was added.
See Also