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
Syntaxpublic bool Contains(
Entity entity
)
Parameters
- entity
- Type: Demo3D.SketchEntity
The entity.
Return Value
Type:
BooleanTrue 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