Signal sent by the FeatureManagerInterface when the feature below the pointer has changed.
The attachment is a PickingFeatureAttachmentItem if a feature is below the cursor, or undefined if nothing is below.
Signal sent by the FeatureManagerInterface when the feature infos asked by FeatureManagerInterface.retrieveFeaturesInfo has finished its computation.
The attachment is a FeaturesInfoTypeAttachment with the resulting infos.
Signal sent by the FeatureManagerInterface when the measurement asked by FeatureManagerInterface.computeMeasurement has finished its computation.
The attachment is a MeasurementTypeAttachment with the two contact points.
Signal sent by the FeatureManagerInterface when the OOBB retrieval asked by FeatureManagerInterface.retrieveOOBB has finished its computation.
The attachment is a OOBBTypeAttachment with the resulting OOBB.
The FeatureManagerInterfaceSignal lists all the signals that may be sent by the FeatureManagerInterface.
These signals are emitted by the FeatureManagerInterface when a
featurehover result is changed, a measurement has been computed or an OOBB request result is ready .feature.The FeatureManagerInterface is available through InfiniteEngineInterface.getFeatureManager.
See
FeatureManagerInterface