Click or drag to resize

IPickFeature Properties

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