TopologyPlanarFaceDescriptor

Interface TopologyPlanarFaceDescriptor

Describes a topological planar face entity.

interface TopologyPlanarFaceDescriptor {
    area: number;
    plane: [number, number, number, number];
}

Properties

Properties

area: number

The area of the planar face.

plane: [number, number, number, number]

The coefficients A, B, C, and D of the plane equation Ax + By + Cz = D of the planar face.