IPickFeature Interface | 
Namespace: Demo3D.Visuals
public interface IPickFeature
The IPickFeature type exposes the following members.
| Name | Description | |
|---|---|---|
| ActualVisual | 
            The actual visual that was picked.
              | |
| Feature | 
            The feature that was picked.
              | |
| Lines | 
            The points on the line that was picked. If Feature is Face, it includes all points on the face
              | |
| LocalDirection | 
            The local direction of the line. If Feature is Face, this returns LocalNormal.
              | |
| LocalNormal | 
            The local normal, only applicable if Feature is Face
              | |
| LocalPosition | 
            The position of the feature relative to the actual visual picked.
              | |
| Visual | 
            The Visual that responded to the pick.
              | |
| WorldDirection | 
            The world direction of the line. If Feature is Face, this returns WorldNormal.
              | |
| WorldNormal | 
            The world normal, only applicable if Feature is Face
              | |
| WorldPosition |