Interface OOBBFeaturePickResult

The OOBBFeaturePickResult interface defines a pick result of an OOBB.

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.


Events

interface OOBBFeaturePickResult {
    applicationFeatureId: number;
    oobb: OOBB;
    type: FT_OOBB;
}

Hierarchy (view full)

Properties

applicationFeatureId: number

The strictly positive application feature id in case of an application feature pick. If 0, the picked feature belongs to an instance.

oobb: OOBB

The OOBB of the feature.

type: FT_OOBB

The type of the feature.