Interface OOBBFeature

The OOBBFeature interface defines an OOBB feature.

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

In this case, the feature is an OOBB.


Features

interface OOBBFeature {
    oobb: OOBB;
    type: FT_OOBB;
}

Hierarchy (view full)

Properties

Properties

oobb: OOBB

The OOBB of the feature.

type: FT_OOBB

The type of the feature.