enum class NmTargetWarpRule_t : uint8
{
    WarpXY = 0,
    WarpZ = 1,
    WarpXYZ = 2,
    RotationOnly = 3,
    // MPropertySuppressEnumerator
    FixedSection = 4,
};