SketchAspectContains(Entity) Method |
Determines whether the sketch contains the specified entity.
Namespace: Demo3D.SketchAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool Contains(
Entity entity
)
Parameters
- entity Entity
- The entity.
Return Value
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