Click or drag to resize
AB4D logo

BaseEventSource3DIsMyGeometryModel3D Method

Method that is called from EventManager3D to check if this EventSource3D contains hitGeometryModel3D

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public virtual bool IsMyGeometryModel3D(
	GeometryModel3D hitGeometryModel3D
)

Parameters

hitGeometryModel3D  GeometryModel3D
hitModel as GeometryModel3D

Return Value

Boolean
true if this EventSource3D contains hitMesh
See Also