Click or drag to resize

SketchAspectContains(Constraint) Method

Determines whether the sketch contains the specified constraint.

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

Parameters

constraint  Constraint
The constraint.

Return Value

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