Interface FeatureItem

The FeatureItem interface is the base class of a feature.

The PickingFeatureAttachmentItem.feature may be an arc of circle feature, a point feature, a line feature or an OOBB feature.


Features

interface FeatureItem {
    type: FeatureType;
}

Hierarchy (view full)

Properties

Properties

The feature type of this feature item.