Click or drag to resize

SketchAspectContains Method (Entity)

Determines whether the sketch contains the specified entity.

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

Parameters

entity
Type: Demo3D.SketchEntity
The entity.

Return Value

Type: Boolean
True if the sketch contains the entity, false otherwise.
Remarks
The sketch may contain the specified entity directly or indirectly (as a subentity of a a directly contained entity).
See Also