Interface PlaneFeature

The PlaneFeature interface defines a plane feature.

Plane features are only useful for computing measurements.


Features

interface PlaneFeature {
    normal: Vector3;
    point: Vector3;
    type: FT_Plane;
}

Hierarchy (view full)

Properties

Properties

normal: Vector3

The normal vector of the plane feature.

point: Vector3

Gets the plane location of the plane feature.

type: FT_Plane

The type of the feature.