Click or drag to resize

SketchAspectContains Method (Constraint)

Determines whether the sketch contains the specified constraint.

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool Contains(
	Constraint constraint
)

Parameters

constraint
Type: Demo3D.SketchConstraint
The constraint.

Return Value

Type: Boolean
True if the sketch contains the constraint, false otherwise.
See Also