Click or drag to resize

IPickFeature Interface

Contains information about the feature that has been picked.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface IPickFeature

The IPickFeature type exposes the following members.

Properties
 NameDescription
Public propertyActualVisual The actual visual that was picked.
Public propertyFeature The feature that was picked.
Public propertyLines The points on the line that was picked. If Feature is Face, it includes all points on the face
Public propertyLocalDirection The local direction of the line. If Feature is Face, this returns LocalNormal.
Public propertyLocalNormal The local normal, only applicable if Feature is Face
Public propertyLocalPosition The position of the feature relative to the actual visual picked.
Public propertyVisual The Visual that responded to the pick.
Public propertyWorldDirection The world direction of the line. If Feature is Face, this returns WorldNormal.
Public propertyWorldNormal The world normal, only applicable if Feature is Face
Public propertyWorldPosition 
Top
See Also